map<> ( WORD && STRING ).
More...
#include <ERAV.h>
List of all members.
Public Member Functions |
| std::string | lookUp (int n, const std::string &lang) const |
| bool | update (int n, const std::string &lang, const std::string &descr) |
| void | erase (int n) |
| void | toList (std::list< ERAV::WORD_tuple > &L) const |
| bool | empty () const |
| void | clear () |
Private Types |
typedef std::list< std::pair
< std::string, std::string > > | DESCR |
| typedef std::map< int, DESCR > | MAP |
Private Member Functions |
| friend | void::erav2xml (const ERAV::WORD &W, std::string &XML, bool) |
Static Private Member Functions |
| static DESCR::iterator | lFind (DESCR &L, const std::string &lang) |
| static DESCR::const_iterator | lFind (const DESCR &L, const std::string &lang) |
Private Attributes |
| MAP | m_WORD |
Detailed Description
map<> ( WORD && STRING ).
Definition at line 132 of file ERAV.h.
Member Typedef Documentation
typedef std::list< std::pair< std::string , std::string > > ERAV::WORD::DESCR [private] |
Member Function Documentation
| ERAV::WORD::void::erav2xml |
( |
const ERAV::WORD & |
W, |
|
|
std::string & |
XML, |
|
|
bool |
|
|
) |
| [private] |
| std::string ERAV::WORD::lookUp |
( |
int |
n, |
|
|
const std::string & |
lang |
|
) |
| const |
| bool ERAV::WORD::update |
( |
int |
n, |
|
|
const std::string & |
lang, |
|
|
const std::string & |
descr |
|
) |
| |
| void ERAV::WORD::erase |
( |
int |
n | ) |
|
| bool ERAV::WORD::empty |
( |
| ) |
const [inline] |
| void ERAV::WORD::clear |
( |
| ) |
[inline] |
| ERAV::WORD::DESCR::iterator ERAV::WORD::lFind |
( |
DESCR & |
L, |
|
|
const std::string & |
lang |
|
) |
| [static, private] |
| static DESCR::const_iterator ERAV::WORD::lFind |
( |
const DESCR & |
L, |
|
|
const std::string & |
lang |
|
) |
| [inline, static, private] |
Member Data Documentation
The documentation for this class was generated from the following files: