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:
flopc::MP_constraint flopc::MP_data flopc::MP_set_base flopc::MP_variable flopc::MP_stochastic_data flopc::MP_set flopc::MP_binary_variable flopc::MP_stage flopc::MP_subset< nbr >

Public Member Functions

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

Private Attributes

string name

Detailed Description

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

Definition at line 97 of file MP_utilities.hpp.

Member Function Documentation

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

Definition at line 99 of file MP_utilities.hpp.

References name.

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

Definition at line 100 of file MP_utilities.hpp.

References name.

Member Data Documentation

string flopc::Named::name
private

Definition at line 102 of file MP_utilities.hpp.

Referenced by getName(), and setName().


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