libqi-api
2.1.4.13
|
Go to the source code of this file.
Namespaces | |
qi | |
qi general namespace | |
Macros | |
#define | _QI_QI_HPP_ |
Typedefs | |
typedef std::codecvt< wchar_t, char, std::mbstate_t > | qi::codecvt_type |
Standard std::codecvt type accepted by STL and boost. More... | |
Functions | |
QI_API_DEPRECATED void | qi::init (int &argc, char **&argv) |
QI_API_DEPRECATED int | qi::argc () |
Deprecated, see detailed description. More... | |
QI_API_DEPRECATED const char ** | qi::argv () |
Deprecated, see detailed description. More... | |
QI_API_DEPRECATED const char * | qi::program () |
Deprecated, see detailed description. More... | |
const codecvt_type & | qi::unicodeFacet () |
UTF-8 facet object getter. More... | |