The m17n Library 1.8.4
|
Type of property list objects. More...
#include <plist.h>
Data Fields | |
M17NObject | control |
MSymbol | key |
union { | |
void * pointer | |
M17NFunc func | |
} | val |
MPlist * | next |
Type of property list objects.
<>
The type MPlist is for a property list object. Its internal structure is concealed from application programs.
M17NObject MPlist::control |
MSymbol MPlist::key |
void* MPlist::pointer |
M17NFunc MPlist::func |
union { ... } MPlist::val |
MPlist* MPlist::next |