okteta
Functions | |
| bool | commonInitialization (DataInformation *data, const CommonParsedData &pd) |
| ArrayDataInformation * | newArray (const ArrayParsedData &pd) |
| AbstractBitfieldDataInformation * | newBitfield (const BitfieldParsedData &pd) |
| EnumDataInformation * | newEnum (const EnumParsedData &pd) |
| FlagDataInformation * | newFlags (const EnumParsedData &pd) |
| PointerDataInformation * | newPointer (const PointerParsedData &pd) |
| PrimitiveDataInformation * | newPrimitive (const PrimitiveParsedData &pd) |
| StringDataInformation * | newString (const StringParsedData &pd) |
| StructureDataInformation * | newStruct (const StructOrUnionParsedData &pd) |
| TaggedUnionDataInformation * | newTaggedUnion (const TaggedUnionParsedData &pd) |
| UnionDataInformation * | newUnion (const StructOrUnionParsedData &pd) |
Function Documentation
| bool DataInformationFactory::commonInitialization | ( | DataInformation * | data, |
| const CommonParsedData & | pd | ||
| ) |
Definition at line 300 of file datainformationfactory.cpp.
| ArrayDataInformation * DataInformationFactory::newArray | ( | const ArrayParsedData & | pd | ) |
Definition at line 203 of file datainformationfactory.cpp.
| AbstractBitfieldDataInformation * DataInformationFactory::newBitfield | ( | const BitfieldParsedData & | pd | ) |
Definition at line 32 of file datainformationfactory.cpp.
| EnumDataInformation * DataInformationFactory::newEnum | ( | const EnumParsedData & | pd | ) |
Definition at line 193 of file datainformationfactory.cpp.
| FlagDataInformation * DataInformationFactory::newFlags | ( | const EnumParsedData & | pd | ) |
Definition at line 198 of file datainformationfactory.cpp.
| PointerDataInformation * DataInformationFactory::newPointer | ( | const PointerParsedData & | pd | ) |
Definition at line 346 of file datainformationfactory.cpp.
| PrimitiveDataInformation * DataInformationFactory::newPrimitive | ( | const PrimitiveParsedData & | pd | ) |
Definition at line 68 of file datainformationfactory.cpp.
| StringDataInformation * DataInformationFactory::newString | ( | const StringParsedData & | pd | ) |
Definition at line 249 of file datainformationfactory.cpp.
| StructureDataInformation * DataInformationFactory::newStruct | ( | const StructOrUnionParsedData & | pd | ) |
Definition at line 295 of file datainformationfactory.cpp.
| TaggedUnionDataInformation * DataInformationFactory::newTaggedUnion | ( | const TaggedUnionParsedData & | pd | ) |
Definition at line 373 of file datainformationfactory.cpp.
| UnionDataInformation * DataInformationFactory::newUnion | ( | const StructOrUnionParsedData & | pd | ) |
Definition at line 290 of file datainformationfactory.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference