![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
#include "omResourcesConfig.h"Classes | |
| class | om::resources::ResourceType |
| A class that represents the type of a generic resource. More... | |
Namespaces | |
| om | |
| The enclosing namespace for the entire Om library. | |
| om::resources | |
| A namespace containing classes that handle resource serialization and management. | |
Macros | |
| #define | OM_RESOURCE_TYPE(DataType, DataResourceType) |
| A macro that defines a ResourceType for a fully-qualified concrete type. More... | |
| #define | OM_RESOURCE_TYPE_COPY(DataType, DataName, DataCopy) |
| A macro that declares a function specialization for copying a resource data type. More... | |
| #define OM_RESOURCE_TYPE | ( | DataType, | |
| DataResourceType | |||
| ) |
A macro that defines a ResourceType for a fully-qualified concrete type.
| #define OM_RESOURCE_TYPE_COPY | ( | DataType, | |
| DataName, | |||
| DataCopy | |||
| ) |
A macro that declares a function specialization for copying a resource data type.
1.8.11