#include <string.h>
#include <ilserver/stdlib.h>
#include <ilserver/config.h>
#include <ilserver/persist.h>
#include <ilserver/mlk.h>
#include <ilserver/ilthread.h>
#include <ilserver/iostream.h>
#include <ilserver/except.h>
Classes | |
class | IlsInvalidStringException |
This exception is raised by the class IlsString if the multibyte string being manipulated is invalid. More... | |
class | IlsString |
Implements a null-terminated string. More... | |
class | IlsStringException |
This exception is the base class for all exceptions raised by the class IlsString . More... | |
class | IlsStringFactory |
This class can be used to implement a string factory that will be used by the class IlsString . More... | |
Functions | |
void | IlsSetLocaleOnce () |
This global function must be called at the start of your main procedure or before you manipulate multibyte strings in your application. More... | |