Definition at line 271 of file osc_streamers.
◆ Annotation()
tools::osc::Annotation::Annotation |
( |
| ) |
|
|
inline |
◆ ~Annotation()
virtual tools::osc::Annotation::~Annotation |
( |
| ) |
|
|
inlinevirtual |
◆ cast()
virtual void* tools::osc::Annotation::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlineprotectedvirtual |
◆ s_visit()
Definition at line 292 of file osc_streamers.
293 const Annotation* local = safe_cast<istorable,Annotation>(a_o);
294 if(!local)
return false;
295 return local->Annotation::visit(a_v);
◆ store_cls()
virtual const std::string& tools::osc::Annotation::store_cls |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ visit()
Implements tools::istorable.
Definition at line 280 of file osc_streamers.
284 if(!a_v.visit(
"fVersion",
version))
return false;
287 if(!a_v.visit(
"fItems",v))
return false;
289 if(!a_v.end(*
this))
return false;
◆ m_items
std::vector<Item> tools::osc::Annotation::m_items |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/store/osc_streamers