|
ome-xml
5.6.0
|
Private implementation details of BinaryFile model object. More...
Collaboration diagram for ome::xml::model::BinaryFile::Impl:Public Member Functions | |
| Impl () | |
| Default constructor. | |
| Impl (const Impl ©) | |
| Copy constructor. More... | |
Public Attributes | |
| std::shared_ptr< std::string > | mimeType |
| MIMEType property. | |
| ome::xml::model::primitives::NonNegativeLong | size |
| Size property. | |
| std::string | fileName |
| FileName property. | |
| std::shared_ptr< ome::xml::model::External > | external |
| External property. | |
| std::shared_ptr< ome::xml::model::BinData > | binData |
| BinData property. | |
Private implementation details of BinaryFile model object.
|
inline |
Copy constructor.
| copy | the instance to copy. |
1.8.13