ome-xml
5.6.0
|
Private implementation details of StructuredAnnotations model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::vector< std::shared_ptr< ome::xml::model::XMLAnnotation > > | xmlAnnotations |
XMLAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::FileAnnotation > > | fileAnnotations |
FileAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::ListAnnotation > > | listAnnotations |
ListAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::LongAnnotation > > | longAnnotations |
LongAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::DoubleAnnotation > > | doubleAnnotations |
DoubleAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::CommentAnnotation > > | commentAnnotations |
CommentAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::BooleanAnnotation > > | booleanAnnotations |
BooleanAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::TimestampAnnotation > > | timestampAnnotations |
TimestampAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::TagAnnotation > > | tagAnnotations |
TagAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::TermAnnotation > > | termAnnotations |
TermAnnotation property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::MapAnnotation > > | mapAnnotations |
MapAnnotation property (occurs more than once) | |
Private implementation details of StructuredAnnotations model object.
|
inline |
Copy constructor.
copy | the instance to copy. |