#include "Mbo.h"
#include "MboDebugTrace.h"
#include <locale>
#include <string>
#include <stdexcept>
#include <stdlib.h>
#include <tchar.h>


Go to the source code of this file.
Namespaces | |
| namespace | mbo |
Classes | |
| class | mbo::string_conversion_error |
Defines | |
| #define | __USE_FACET |
| #define | MBO_MT_LOCAL_OR_STATIC static |
| #define | _TS(text) mbo::TStrCreate(text) |
Typedefs | |
| typedef char | mbo::TCHAR |
| typedef std::basic_string< TCHAR > | mbo::tstring |
| typedef mbo::tstring | mbo::MboString |
Functions | |
| template<class _E> | |
| const std::ctype< _E > & | mbo::get_facet () |
| template<class _E, class _Tr, class _A> | |
| std::basic_string< _E, _Tr, _A > | mbo::StrCreate (const char *sz) |
| mbo::tstring | mbo::TStrCreate (const char *sz) |
| std::basic_string< char > | mbo::WStrToStr (const std::basic_string< wchar_t > &wstr) |
| std::basic_string< wchar_t > | mbo::StrToWStr (const std::basic_string< char > &str) |
| template<typename _ValType> | |
| tstring | mbo::TStrFrom (const _ValType &val) |
Definition in file MboTString.h.
| #define __USE_FACET |
| #define _TS | ( | text | ) | mbo::TStrCreate(text) |
Definition at line 122 of file MboTString.h.
| #define MBO_MT_LOCAL_OR_STATIC static |
Definition at line 81 of file MboTString.h.
Referenced by mbo::get_facet(), mbo::StrCompareIC(), mbo::StrLower(), mbo::StrTrimLeft(), mbo::StrTrimRight(), mbo::StrUCFirst(), and mbo::StrUpper().
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:08 2008 for MBO-lib by 1.5.4 |