ome-xml
5.6.0
|
Private implementation details of Screen model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::shared_ptr< std::string > | name |
Name property. | |
std::shared_ptr< std::string > | protocolDescription |
ProtocolDescription property. | |
std::shared_ptr< std::string > | protocolIdentifier |
ProtocolIdentifier property. | |
std::shared_ptr< std::string > | reagentSetDescription |
ReagentSetDescription property. | |
std::shared_ptr< std::string > | type |
Type property. | |
std::string | id |
ID property. | |
std::shared_ptr< std::string > | reagentSetIdentifier |
ReagentSetIdentifier property. | |
std::shared_ptr< std::string > | description |
Description property. | |
std::vector< std::shared_ptr< ome::xml::model::Reagent > > | reagents |
Reagent property (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Plate, std::weak_ptr >::type | plateLinks |
PlateRef reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type | annotationLinks |
AnnotationRef reference (occurs more than once) | |
Private implementation details of Screen model object.
|
inline |
Copy constructor.
copy | the instance to copy. |