MemberMap Class Reference

#include <PVGroup.h>

List of all members.

Public Member Functions

 MemberMap ()
 ~MemberMap ()
void insert (int a, std::string _Name)
std::string getPV (int i)
int getIndex (std::string _Name)

Private Types

typedef std::map< long,
std::string > 
mapLongString

Private Attributes

mapLongString mapNameIndex
mapLongString::iterator pos
Helper helper

Detailed Description

class MemberMap maps string to index


Member Typedef Documentation

typedef std::map<long, std::string> MemberMap::mapLongString [private]

Constructor & Destructor Documentation

MemberMap::MemberMap (  )  [inline]
MemberMap::~MemberMap (  )  [inline]

Member Function Documentation

int MemberMap::getIndex ( std::string  _Name  )  [inline]
std::string MemberMap::getPV ( int  i  )  [inline]

References mapNameIndex, and pos.

Referenced by PVGroup::Index2PV().

void MemberMap::insert ( int  a,
std::string  _Name 
) [inline]

Member Data Documentation

Referenced by getIndex().

Referenced by getIndex(), getPV(), and insert().

mapLongString::iterator MemberMap::pos [private]

Referenced by getIndex(), and getPV().


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

Generated on 3 May 2017 for CAFE by  doxygen 1.6.1