| 66 | | const Char8 *szName, |
|---|
| 67 | | const Char8 *szParentName, |
|---|
| 68 | | const Char8 *szGroupName, |
|---|
| 69 | | const UInt32 uiNameSpace, |
|---|
| 70 | | PrototypeCreateF fPrototypeCreate, |
|---|
| 71 | | InitContainerF fInitMethod, |
|---|
| 72 | | InitalInsertDescFunc descInsertFunc, |
|---|
| 73 | | bool bDescsAddable, |
|---|
| 74 | | BitVector bvUnmarkedOnCreate, |
|---|
| 75 | | std::string fcdXML, |
|---|
| 76 | | std::string typeDoc) : |
|---|
| | 66 | const Char8 *szName, |
|---|
| | 67 | const Char8 *szParentName, |
|---|
| | 68 | const Char8 *szGroupName, |
|---|
| | 69 | const UInt32 uiNameSpace, |
|---|
| | 70 | ProtoContainerCreateF fPrototypeCreate, |
|---|
| | 71 | InitContainerF fInitMethod, |
|---|
| | 72 | InitalInsertDescFunc descInsertFunc, |
|---|
| | 73 | bool bDescsAddable, |
|---|
| | 74 | BitVector bvUnmarkedOnCreate, |
|---|
| | 75 | std::string fcdXML, |
|---|
| | 76 | std::string typeDoc) : |
|---|