Definition at line 534 of file element.
◆ ESTLtype
Enumerator |
---|
kSTL | |
kSTLstring | |
kSTLvector | |
kSTLlist | |
kSTLdeque | |
kSTLmap | |
kSTLset | |
kSTLmultimap | |
kSTLmultiset | |
Definition at line 552 of file element.
◆ streamer_STL() [1/2]
tools::wroot::streamer_STL::streamer_STL |
( |
const std::string & |
aName, |
|
|
const std::string & |
aTitle, |
|
|
int |
aOffset, |
|
|
streamer__info::Type |
aType, |
|
|
const std::string & |
aTypeName |
|
) |
| |
|
inline |
◆ ~streamer_STL()
virtual tools::wroot::streamer_STL::~streamer_STL |
( |
| ) |
|
|
inlinevirtual |
◆ streamer_STL() [2/2]
tools::wroot::streamer_STL::streamer_STL |
( |
const streamer_STL & |
a_from | ) |
|
|
inline |
◆ copy()
◆ operator=()
◆ store_cls()
virtual const std::string& tools::wroot::streamer_STL::store_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::wroot::streamer_STL::stream |
( |
buffer & |
aBuffer | ) |
const |
|
inlinevirtual |
Reimplemented from tools::wroot::streamer_element.
Definition at line 540 of file element.
542 if(!aBuffer.write_version(2,c))
return false;
544 if(!aBuffer.write(
fSTLtype))
return false;
545 if(!aBuffer.write(
fCtype))
return false;
546 if(!aBuffer.set_byte_count(c))
return false;
◆ fCtype
int tools::wroot::streamer_STL::fCtype |
|
protected |
◆ fSTLtype
int tools::wroot::streamer_STL::fSTLtype |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/wroot/element