NameWrapper Class Reference

#include <NameWrapper.h>

List of all members.

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


Detailed Description

Definition at line 11 of file NameWrapper.h.


Constructor & Destructor Documentation

NameWrapper::NameWrapper ( std::string  thekeyName,
std::string  theRealName 
)

Definition at line 22 of file NameWrapper.cxx.

References setWrappingPair().

00023         {
00024                 setWrappingPair(thekeyName, theRealName);
00025         }

Here is the call graph for this function:

NameWrapper::~NameWrapper (  ) 

Definition at line 30 of file NameWrapper.cxx.

00031         {
00032 
00033         }


Member Function Documentation

std::string NameWrapper::getKeyName (  ) 

Definition at line 54 of file NameWrapper.cxx.

References keyName.

Referenced by InstantMembersNameList::getActualAxeKeyName(), InstantMembersNameList::getActualSectionImageKeyName(), and InstantMembersNameList::getActualSourceImageKeyName().

00055         {
00056                 return keyName;
00057         }

Here is the caller graph for this function:

std::string NameWrapper::getRealName (  ) 

Definition at line 63 of file NameWrapper.cxx.

References realName.

00064         {
00065                 return realName;
00066         }

void NameWrapper::setWrappingPair ( std::string  thekeyName,
std::string  theRealName 
)

Definition at line 44 of file NameWrapper.cxx.

References keyName, and realName.

Referenced by NameWrapper(), and InstantMembersNameList::setActualOutline().

00045         {
00046                 realName = theRealName;
00047                 keyName = thekeyName;
00048         }

Here is the caller graph for this function:


Member Data Documentation

std::string NameWrapper::keyName [private]

Definition at line 65 of file NameWrapper.h.

Referenced by getKeyName(), and setWrappingPair().

std::string NameWrapper::realName [private]

Definition at line 70 of file NameWrapper.h.

Referenced by getRealName(), and setWrappingPair().


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

Generated on Wed Jun 27 23:28:34 2012 for creaContours_lib by  doxygen 1.5.7.1