41 #define NULL_LIST 0xffffffff
ArgumentList * unmarshalArgumentList(StorageIntf *s)
QList< Grouping > * unmarshalGroupingList(StorageIntf *s)
This class represents an function or template argument list.
void marshalBool(StorageIntf *s, bool b)
void marshalMemberSDict(StorageIntf *s, MemberSDict *memberSDict)
void * unmarshalObjPointer(StorageIntf *s)
void marshalObjPointer(StorageIntf *s, void *obj)
void marshalBaseInfoList(StorageIntf *s, QList< BaseInfo > *baseList)
MemberSDict * unmarshalMemberSDict(StorageIntf *s)
ArgumentList * argList
member arguments as a list
Abstract interface for file based memory storage operations.
void marshalExampleSDict(StorageIntf *s, ExampleSDict *ed)
MemberList * unmarshalMemberList(StorageIntf *s)
void marshalUInt(StorageIntf *s, uint v)
void marshalArgumentLists(StorageIntf *s, QList< ArgumentList > *argLists)
void marshalMemberLists(StorageIntf *s, SDict< MemberList > *mls)
DocInfo * unmarshalDocInfo(StorageIntf *s)
void marshalDocInfo(StorageIntf *s, DocInfo *docInfo)
uint64 unmarshalUInt64(StorageIntf *s)
void marshalQGString(StorageIntf *s, const QGString &str)
GroupList * unmarshalGroupList(StorageIntf *s)
QList< ArgumentList > * unmarshalArgumentLists(StorageIntf *s)
QList< ListItemInfo > * unmarshalItemInfoList(StorageIntf *s)
void marshalBriefInfo(StorageIntf *s, BriefInfo *briefInfo)
void marshalMemberList(StorageIntf *s, MemberList *ml)
QList< Grouping > * groups
list of groups this entry belongs to
void marshalGroupList(StorageIntf *s, GroupList *groupList)
uint unmarshalUInt(StorageIntf *s)
Entry * unmarshalEntry(StorageIntf *s)
QList< SectionInfo > * anchors
list of anchors defined in this entry
ExampleSDict * unmarshalExampleSDict(StorageIntf *s)
BodyInfo * unmarshalBodyInfo(StorageIntf *s)
QCString unmarshalQCString(StorageIntf *s)
void marshalArgumentList(StorageIntf *s, ArgumentList *argList)
void marshalBodyInfo(StorageIntf *s, BodyInfo *bodyInfo)
void marshalEntryTree(StorageIntf *s, Entry *e)
void marshalQCString(StorageIntf *s, const QCString &str)
void marshalSectionInfoList(StorageIntf *s, QList< SectionInfo > *anchors)
QList< SectionInfo > * unmarshalSectionInfoList(StorageIntf *s)
void marshalSectionDict(StorageIntf *s, SectionDict *sections)
SectionDict * unmarshalSectionDict(StorageIntf *s)
BriefInfo * unmarshalBriefInfo(StorageIntf *s)
QGString unmarshalQGString(StorageIntf *s)
void marshalUInt64(StorageIntf *s, uint64 v)
SDict< MemberList > * unmarshalMemberLists(StorageIntf *s)
void marshalInt(StorageIntf *s, int v)
void marshalGroupingList(StorageIntf *s, QList< Grouping > *groups)
int unmarshalInt(StorageIntf *s)
unsigned long long uint64
void marshalEntry(StorageIntf *s, Entry *e)
void marshalItemInfoList(StorageIntf *s, QList< ListItemInfo > *sli)
bool unmarshalBool(StorageIntf *s)
Entry * unmarshalEntryTree(StorageIntf *s)
QList< BaseInfo > * unmarshalBaseInfoList(StorageIntf *s)
QList< ListItemInfo > * sli
special lists (test/todo/bug/deprecated/..) this entry is in