NEST  2.6.0,not_revisioned_source_dir@0
Classes | Typedefs | Functions
dict.h File Reference

Go to the source code of this file.

Classes

class  Dictionary
 A class that associates names and tokens. More...
 
class  Dictionary::DictItemLexicalOrder
 Helper class for lexicographical sorting of dictionary entries. More...
 

Typedefs

typedef std::map< Name, Token,
std::less< Name > > 
TokenMap
 

Functions

bool operator== (const TokenMap &x, const TokenMap &y)
 

Typedef Documentation

typedef std::map<Name, Token, std::less<Name> > TokenMap

Function Documentation

bool operator== ( const TokenMap x,
const TokenMap y 
)
inline

Referenced by Dictionary::operator==().