ome-xml
5.6.0
|
Private implementation details of Experimenter model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::shared_ptr< std::string > | |
Email property. | |
std::shared_ptr< std::string > | userName |
UserName property. | |
std::shared_ptr< std::string > | firstName |
FirstName property. | |
std::shared_ptr< std::string > | middleName |
MiddleName property. | |
std::shared_ptr< std::string > | lastName |
LastName property. | |
std::string | id |
ID property. | |
std::shared_ptr< std::string > | institution |
Institution property. | |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type | annotationLinks |
AnnotationRef reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Image, std::weak_ptr >::type | images |
Image_BackReference back reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::MicrobeamManipulation, std::weak_ptr >::type | microbeamManipulations |
MicrobeamManipulation_BackReference back reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Project, std::weak_ptr >::type | projects |
Project_BackReference back reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::ExperimenterGroup, std::weak_ptr >::type | experimenterGroupLinks |
ExperimenterGroup_BackReference back reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Dataset, std::weak_ptr >::type | datasets |
Dataset_BackReference back reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Experiment, std::weak_ptr >::type | experiments |
Experiment_BackReference back reference (occurs more than once) | |
Private implementation details of Experimenter model object.
|
inline |
Copy constructor.
copy | the instance to copy. |