Definition at line 192 of file stl_vector.
◆ stl_vector_string() [1/2]
tools::rroot::stl_vector_string::stl_vector_string |
( |
| ) |
|
|
inline |
◆ ~stl_vector_string()
virtual tools::rroot::stl_vector_string::~stl_vector_string |
( |
| ) |
|
|
inlinevirtual |
◆ stl_vector_string() [2/2]
tools::rroot::stl_vector_string::stl_vector_string |
( |
const stl_vector_string & |
a_from | ) |
|
|
inline |
Definition at line 258 of file stl_vector.
260 ,std::vector<std::string>(a_from)
263 mem::increment(
s_class().c_str());
◆ cast() [1/2]
virtual void* tools::rroot::stl_vector_string::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ cast() [2/2]
virtual void* tools::rroot::stl_vector_string::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ copy()
virtual iro* tools::rroot::stl_vector_string::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::rroot::stl_vector_string::id_class |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
Definition at line 266 of file stl_vector.
267 std::vector<std::string>::operator=(a_from);
◆ s_class()
static const std::string& tools::rroot::stl_vector_string::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 198 of file stl_vector.
199 static const std::string s_v(
"tools::rroot::stl_vector_string");
◆ s_cls()
virtual const std::string& tools::rroot::stl_vector_string::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::stl_vector_string::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 215 of file stl_vector.
216 std::vector<std::string>::clear();
224 if(!a_buffer.read_version(v,s,c))
return false;
229 if(!a_buffer.read(num))
return false;
233 std::vector<std::string>::resize(num);
234 for(
unsigned int index=0;index<num;index++) {
235 std::string& vs = std::vector<std::string>::operator[](index);
236 if(!a_buffer.read(vs)) {
237 std::vector<std::string>::clear();
244 return a_buffer.check_byte_count(s,c,s_store_class());
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/stl_vector