Utility interface class for adding a string name onto a structure. More...
#include <MP_utilities.hpp>


Public Member Functions | |
| string | getName () const | 
| void | setName (const string &n) | 
Private Attributes | |
| string | name | 
Utility interface class for adding a string name onto a structure.
Definition at line 97 of file MP_utilities.hpp.
| string flopc::Named::getName | ( | ) |  const [inline] | 
        
Definition at line 99 of file MP_utilities.hpp.
| void flopc::Named::setName | ( | const string & | n | ) |  [inline] | 
        
Definition at line 100 of file MP_utilities.hpp.
string flopc::Named::name [private] | 
        
Definition at line 102 of file MP_utilities.hpp.
 1.6.1