#include <qfile.h>#include <assert.h>#include "sortdict.h"#include "marshal.h"#include "entry.h"#include "section.h"#include "memberlist.h"#include "definition.h"#include "groupdef.h"#include "example.h"#include "arguments.h"Go to the source code of this file.
Macros | |
| #define | HEADER ('D'<<24)+('O'<<16)+('X'<<8)+'!' |
Definition at line 14 of file marshal.cpp.
| void marshalArgumentList | ( | StorageIntf * | s, |
| ArgumentList * | argList | ||
| ) |
Definition at line 62 of file marshal.cpp.
| void marshalArgumentLists | ( | StorageIntf * | s, |
| QList< ArgumentList > * | argLists | ||
| ) |
Definition at line 67 of file marshal.cpp.
| void marshalBaseInfoList | ( | StorageIntf * | s, |
| QList< BaseInfo > * | baseList | ||
| ) |
Definition at line 85 of file marshal.cpp.
| void marshalBodyInfo | ( | StorageIntf * | s, |
| BodyInfo * | bodyInfo | ||
| ) |
Definition at line 247 of file marshal.cpp.
| void marshalBool | ( | StorageIntf * | s, |
| bool | b | ||
| ) |
Definition at line 42 of file marshal.cpp.
| void marshalBriefInfo | ( | StorageIntf * | s, |
| BriefInfo * | briefInfo | ||
| ) |
Definition at line 231 of file marshal.cpp.
| void marshalDocInfo | ( | StorageIntf * | s, |
| DocInfo * | docInfo | ||
| ) |
Definition at line 216 of file marshal.cpp.
| void marshalEntry | ( | StorageIntf * | s, |
| Entry * | e | ||
| ) |
Definition at line 347 of file marshal.cpp.
| void marshalEntryTree | ( | StorageIntf * | s, |
| Entry * | e | ||
| ) |
Definition at line 404 of file marshal.cpp.
| void marshalExampleSDict | ( | StorageIntf * | s, |
| ExampleSDict * | ed | ||
| ) |
Definition at line 303 of file marshal.cpp.
| void marshalGroupingList | ( | StorageIntf * | s, |
| QList< Grouping > * | groups | ||
| ) |
Definition at line 105 of file marshal.cpp.
| void marshalGroupList | ( | StorageIntf * | s, |
| GroupList * | groupList | ||
| ) |
Definition at line 262 of file marshal.cpp.
| void marshalInt | ( | StorageIntf * | s, |
| int | v | ||
| ) |
Definition at line 16 of file marshal.cpp.
| void marshalItemInfoList | ( | StorageIntf * | s, |
| QList< ListItemInfo > * | sli | ||
| ) |
Definition at line 148 of file marshal.cpp.
| void marshalMemberList | ( | StorageIntf * | s, |
| MemberList * | ml | ||
| ) |
Definition at line 280 of file marshal.cpp.
| void marshalMemberLists | ( | StorageIntf * | s, |
| SDict< MemberList > * | mls | ||
| ) |
Definition at line 326 of file marshal.cpp.
| void marshalMemberSDict | ( | StorageIntf * | s, |
| MemberSDict * | memberSDict | ||
| ) |
Definition at line 192 of file marshal.cpp.
| void marshalObjPointer | ( | StorageIntf * | s, |
| void * | obj | ||
| ) |
Definition at line 167 of file marshal.cpp.
| void marshalQCString | ( | StorageIntf * | s, |
| const QCString & | str | ||
| ) |
Definition at line 48 of file marshal.cpp.
| void marshalQGString | ( | StorageIntf * | s, |
| const QGString & | str | ||
| ) |
Definition at line 55 of file marshal.cpp.
| void marshalSectionDict | ( | StorageIntf * | s, |
| SectionDict * | sections | ||
| ) |
Definition at line 173 of file marshal.cpp.
| void marshalSectionInfoList | ( | StorageIntf * | s, |
| QList< SectionInfo > * | anchors | ||
| ) |
Definition at line 124 of file marshal.cpp.
| void marshalUInt | ( | StorageIntf * | s, |
| uint | v | ||
| ) |
Definition at line 26 of file marshal.cpp.
| void marshalUInt64 | ( | StorageIntf * | s, |
| uint64 | v | ||
| ) |
Definition at line 36 of file marshal.cpp.
| ArgumentList* unmarshalArgumentList | ( | StorageIntf * | s | ) |
Definition at line 479 of file marshal.cpp.
| QList<ArgumentList>* unmarshalArgumentLists | ( | StorageIntf * | s | ) |
Definition at line 484 of file marshal.cpp.
| QList<BaseInfo>* unmarshalBaseInfoList | ( | StorageIntf * | s | ) |
Definition at line 500 of file marshal.cpp.
| BodyInfo* unmarshalBodyInfo | ( | StorageIntf * | s | ) |
Definition at line 650 of file marshal.cpp.
| bool unmarshalBool | ( | StorageIntf * | s | ) |
Definition at line 443 of file marshal.cpp.
| BriefInfo* unmarshalBriefInfo | ( | StorageIntf * | s | ) |
Definition at line 638 of file marshal.cpp.
| DocInfo* unmarshalDocInfo | ( | StorageIntf * | s | ) |
Definition at line 627 of file marshal.cpp.
| Entry* unmarshalEntry | ( | StorageIntf * | s | ) |
Definition at line 727 of file marshal.cpp.
| Entry* unmarshalEntryTree | ( | StorageIntf * | s | ) |
Definition at line 791 of file marshal.cpp.
| ExampleSDict* unmarshalExampleSDict | ( | StorageIntf * | s | ) |
Definition at line 692 of file marshal.cpp.
| QList<Grouping>* unmarshalGroupingList | ( | StorageIntf * | s | ) |
Definition at line 518 of file marshal.cpp.
| GroupList* unmarshalGroupList | ( | StorageIntf * | s | ) |
Definition at line 661 of file marshal.cpp.
| int unmarshalInt | ( | StorageIntf * | s | ) |
Definition at line 418 of file marshal.cpp.
| QList<ListItemInfo>* unmarshalItemInfoList | ( | StorageIntf * | s | ) |
Definition at line 557 of file marshal.cpp.
| MemberList* unmarshalMemberList | ( | StorageIntf * | s | ) |
Definition at line 676 of file marshal.cpp.
| SDict<MemberList>* unmarshalMemberLists | ( | StorageIntf * | s | ) |
Definition at line 711 of file marshal.cpp.
| MemberSDict* unmarshalMemberSDict | ( | StorageIntf * | s | ) |
Definition at line 600 of file marshal.cpp.
| void* unmarshalObjPointer | ( | StorageIntf * | s | ) |
Definition at line 575 of file marshal.cpp.
| QCString unmarshalQCString | ( | StorageIntf * | s | ) |
Definition at line 451 of file marshal.cpp.
| QGString unmarshalQGString | ( | StorageIntf * | s | ) |
Definition at line 465 of file marshal.cpp.
| SectionDict* unmarshalSectionDict | ( | StorageIntf * | s | ) |
Definition at line 582 of file marshal.cpp.
| QList<SectionInfo>* unmarshalSectionInfoList | ( | StorageIntf * | s | ) |
Definition at line 535 of file marshal.cpp.
| uint unmarshalUInt | ( | StorageIntf * | s | ) |
Definition at line 427 of file marshal.cpp.
| uint64 unmarshalUInt64 | ( | StorageIntf * | s | ) |
Definition at line 436 of file marshal.cpp.
1.8.11