|
libqi
1.14.5
|
qi general namespace More...
Namespaces | |
| namespace | log |
Log functions. | |
| namespace | os |
OS abstraction layer. | |
| namespace | path |
Set of tools to handle SDK layouts. | |
Classes | |
| class | atomic |
| class | SharedPtr |
Typedefs | |
|
typedef std::codecvt< wchar_t, char, std::mbstate_t > | codecvt_type |
| standard std::codecvt accept by STL and boost. typedef for std::codecvt<wchar_t, char, std::mbstate_t> could be used with boost::filesystem::path or std::locale. | |
Functions | |
| QI_API void | init (int argc, char *argv[]) |
| Store argc and argv. | |
| QI_API int | argc () |
| Get argc. | |
| QI_API const char ** | argv () |
| Get argv. | |
| QI_API const char * | program () |
| Return the current program.Computed using specific OS API: | |
| QI_API const codecvt_type & | unicodeFacet () |
| utf8 facet | |
qi general namespace