ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
STRING_POOL Struct Reference
+ Collaboration diagram for STRING_POOL:

Public Attributes

BLOCKblocks
 
BLOCKfreeBlocks
 
const XML_Charend
 
XML_Charptr
 
XML_Charstart
 
const XML_Memory_Handling_Suitemem
 

Detailed Description

Definition at line 229 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 229 of file xmlparse.cc

Member Data Documentation

BLOCK* STRING_POOL::blocks

Definition at line 230 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 230 of file xmlparse.cc

Referenced by poolClear(), poolDestroy(), poolGrow(), poolInit(), and storeEntityValue().

const XML_Char* STRING_POOL::end

Definition at line 232 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 232 of file xmlparse.cc

Referenced by poolAppend(), poolClear(), poolGrow(), poolInit(), poolStoreString(), and storeEntityValue().

BLOCK* STRING_POOL::freeBlocks

Definition at line 231 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 231 of file xmlparse.cc

Referenced by poolClear(), poolDestroy(), poolGrow(), and poolInit().

const XML_Memory_Handling_Suite* STRING_POOL::mem

Definition at line 235 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 235 of file xmlparse.cc

Referenced by poolDestroy(), poolGrow(), and poolInit().

XML_Char* STRING_POOL::ptr

Definition at line 233 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 233 of file xmlparse.cc

Referenced by poolAppend(), poolClear(), poolCopyStringN(), poolGrow(), poolInit(), poolStoreString(), and storeEntityValue().

XML_Char* STRING_POOL::start

Definition at line 234 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 234 of file xmlparse.cc

Referenced by poolAppend(), poolAppendString(), poolClear(), poolCopyString(), poolCopyStringN(), poolGrow(), poolInit(), and poolStoreString().


The documentation for this struct was generated from the following file: