Simpatico  v1.10
List of all members | Public Member Functions
Tools::TypeMap Class Reference

Detailed Description

Map between type names and type ids.

Definition at line 26 of file TypeMap.h.

#include <TypeMap.h>

Public Member Functions

 TypeMap ()
 Constructor. More...
 
 ~TypeMap ()
 Destructor. More...
 
void insert (int id, const std::string &name)
 Add typeId / type name pair to the container. More...
 
void read (std::istream &in)
 Read pairs from file. More...
 
int id (const std::string &name) const
 Get type id associated with a type name. More...
 
const std::string & name (int id) const
 Get type name associated with an integer id. More...
 
int size () const
 Number of a pairs in map. More...
 

Constructor & Destructor Documentation

Tools::TypeMap::TypeMap ( )

Constructor.

Definition at line 19 of file TypeMap.cpp.

Tools::TypeMap::~TypeMap ( )

Destructor.

Definition at line 25 of file TypeMap.cpp.

Member Function Documentation

void Tools::TypeMap::insert ( int  id,
const std::string &  name 
)

Add typeId / type name pair to the container.

Parameters
idinteger type id
nametype names string

Definition at line 28 of file TypeMap.cpp.

References UTIL_THROW.

void Tools::TypeMap::read ( std::istream &  in)

Read pairs from file.

Parameters
ininput stream.

Definition at line 42 of file TypeMap.cpp.

Referenced by Tools::HoomdConfigWriter::readAuxiliaryFile(), and Tools::HoomdConfigReader::readAuxiliaryFile().

int Tools::TypeMap::id ( const std::string &  name) const
inline

Get type id associated with a type name.

Definition at line 82 of file TypeMap.h.

References UTIL_THROW.

Referenced by Tools::HoomdConfigReader::readConfig().

const std::string & Tools::TypeMap::name ( int  id) const
inline

Get type name associated with an integer id.

Definition at line 92 of file TypeMap.h.

References UTIL_THROW.

Referenced by Tools::HoomdConfigWriter::readAuxiliaryFile(), and Tools::HoomdConfigWriter::writeConfig().

int Tools::TypeMap::size ( ) const
inline

Number of a pairs in map.

Definition at line 102 of file TypeMap.h.


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