#include <librcc.h>
Public Attributes | |
const char * | name |
const rcc_class_type | class_type |
const char * | defvalue |
rcc_class_default_charset * | defcharset |
const char * | fullname |
const unsigned long | flags |
If the defvalue is not NULL, it provides information about detection of the default encoding. The are following possibilities for that value:
Additionaly it is possible to set special flags to prevent user from modifying class value. It is possible to protect class from changing ether using API, or configuration files.
|
specifies type of class (Standard, File System, Known) |
|
default class encodings. Should be specified on per-language basys |
|
locale variable name or parent name or multibyte encoding name |
|
Class flags. (CONST, SKIP_SAVELOAD) |
|
Full name of the class |
|
Short class name |