#include <dc_lang.h>
List of all members.
Classes |
struct | Item |
Public Member Functions |
| DC_Dictonary () |
void | insert (std::string m_id, std::wstring m_value) |
std::wstring | get (std::string m_id) const |
void | clear () |
Friends |
DC_API friend std::wostream & | operator<< (std::wostream &_o, DC_Dictonary &_d) |
DC_API friend const bool | operator< (const DC_Dictonary::Item &_i0, const DC_Dictonary::Item &_i1) |
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
DC_API friend const bool operator< |
( |
const DC_Dictonary::Item & |
_i0, |
|
|
const DC_Dictonary::Item & |
_i1 |
|
) |
| [friend] |
DC_API friend std::wostream& operator<< |
( |
std::wostream & |
_o, |
|
|
DC_Dictonary & |
_d |
|
) |
| [friend] |
The documentation for this class was generated from the following files: