FLOPC++
Public Member Functions | Private Attributes | List of all members
flopc::Named Class Reference

Utility interface class for adding a string name onto a structure. More...

#include <MP_utilities.hpp>

Inheritance diagram for flopc::Named:
Inheritance graph
[legend]

Public Member Functions

std::string getName () const
 
void setName (const std::string &n)
 

Private Attributes

std::string name
 

Detailed Description

Utility interface class for adding a string name onto a structure.

Definition at line 94 of file MP_utilities.hpp.

Member Function Documentation

std::string flopc::Named::getName ( ) const
inline

Definition at line 96 of file MP_utilities.hpp.

References name.

void flopc::Named::setName ( const std::string &  n)
inline

Definition at line 97 of file MP_utilities.hpp.

References name.

Member Data Documentation

std::string flopc::Named::name
private

Definition at line 99 of file MP_utilities.hpp.

Referenced by getName(), and setName().


The documentation for this class was generated from the following file: