Fesapi  2.0.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Classes | Functions
common Namespace Reference

The common namespace. This namespace contains classes that are common to different Energistics data models and classes that handle the EPC document (EpcDocument) and the data object repository (DataObjectRepository) as well. These two last classes are starting points to write or read an EPC document contaning some data objects. More...

Classes

class  AbstractObject
 An abstract data object. More...
 
class  DataObjectReference
 This class wraps an Energistics Data Object Reference whatever its version is. More...
 
class  DataObjectRepository
 This abstract class acts as a buffer between the RESQML (business) classes and the persisted data. More...
 
class  EnumStringMapper
 A class for mapping enum values with strings. More...
 
class  EpcDocument
 This class allows an access to a memory package representing an EPC document. More...
 
class  HdfProxyFactory
 An HDF5 file proxy factory. More...
 
class  HdfProxyROS3Factory
 A proxy factory for an HDF5 file located on an Amazon S3 cloud. Here, HDF5 file access is read only. More...
 

Functions

bool operator== (const DataObjectReference &ldor, const DataObjectReference &rdor)
 Title is not part of the real identifier of a dataobject. This is just a hint. More...
 

Detailed Description

The common namespace. This namespace contains classes that are common to different Energistics data models and classes that handle the EPC document (EpcDocument) and the data object repository (DataObjectRepository) as well. These two last classes are starting points to write or read an EPC document contaning some data objects.

Function Documentation

◆ operator==()

bool common::operator== ( const DataObjectReference ldor,
const DataObjectReference rdor 
)
inline

Title is not part of the real identifier of a dataobject. This is just a hint.

Parameters
ldorThe first instance to compare.
rdorThe second instance to compare.
Returns
True if the parameters are considered equivalent.