47int Format(
char* buff,
int bsize,
int& item,
int opts=0);
49int Format(
char* buff,
int bsize,
const char* setName,
int opts=0);
60enum sType {isAdon=0x00000001, isPlug=0x00000002};
66 std::vector<char*>
key;
74 RegInfo(
const char* sName,
int sType)
75 : setName(strdup(sName)), setType(sType) {}
79RegInfo* FindSet(
const char* setName,
int sType);
80int FormJSON(RegInfo& regInfo,
char* buff,
int bsize);
81int FormXML( RegInfo& regInfo,
char* buff,
int bsize);
83std::vector<RegInfo*> regVec;