creaContours_lib
|
#include <NameWrapper.h>
Public Member Functions | |
NameWrapper (std::string thekeyName, std::string theRealName) | |
~NameWrapper () | |
void | setWrappingPair (std::string thekeyName, std::string theRealName) |
std::string | getKeyName () |
std::string | getRealName () |
Private Attributes | |
std::string | keyName |
std::string | realName |
Definition at line 36 of file NameWrapper.h.
NameWrapper::NameWrapper | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 47 of file NameWrapper.cxx.
References setWrappingPair().
NameWrapper::~NameWrapper | ( | ) |
Definition at line 55 of file NameWrapper.cxx.
std::string NameWrapper::getKeyName | ( | ) |
Definition at line 79 of file NameWrapper.cxx.
References keyName.
Referenced by InstantMembersNameList::getActualAxeKeyName(), InstantMembersNameList::getActualSectionImageKeyName(), and InstantMembersNameList::getActualSourceImageKeyName().
std::string NameWrapper::getRealName | ( | ) |
void NameWrapper::setWrappingPair | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 69 of file NameWrapper.cxx.
References keyName, and realName.
Referenced by NameWrapper(), and InstantMembersNameList::setActualOutline().
|
private |
Definition at line 90 of file NameWrapper.h.
Referenced by getKeyName(), and setWrappingPair().
|
private |
Definition at line 95 of file NameWrapper.h.
Referenced by getRealName(), and setWrappingPair().