libqi  1.12
Namespaces | Classes | Typedefs | Functions
qi Namespace Reference

SDKLayout implementation. More...

Namespaces

namespace  log
 

Log functions.


namespace  os
 

OS abstraction layer.


namespace  path
 

Set of tools to handle SDK layouts.


Classes

class  SDKLayout
 A class to handle SDK Layouts. More...

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_typeunicodeFacet ()
 utf8 facet

Detailed Description

SDKLayout implementation.

qi general namespace

headfileloghandler.h Author(s):

Warning:
Every string MUST be encoded in UTF8 and return UTF-8.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines