* Justin Marsh <[email protected]> [2009-07-28 00:31] writes: > Hi Lucian, > > The basic C++ should have two functions for each member attribute, > named after the attribute; one with no arguments, which returns the > value of the attribute, and one with one argument which sets the value > of the attribute. > > So, to set the name you would call > model->name(L"modelname"); > And to get the name, you would call > model->name(); > > These specific functions are located in > ./sources/cellml/CellMLImplementation.cpp
Thanks! Is there information like this in the documentation somewhere? I'd rather not have to bug you all every time I have a basic question like this. -Lucian _______________________________________________ cellml-discussion mailing list [email protected] http://www.cellml.org/mailman/listinfo/cellml-discussion
