Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::resources::Prototype::Component Class Reference

A class that stores information about a resource that belongs to a prototype. More...

#include <omResourcePrototype.h>

Public Member Functions

 Component (const OpaqueResource &newResource)
 Create a new component with the specified resource and the default flags. More...
 
 Component (const OpaqueResource &newResource, const PrototypeFlags &newFlags)
 Create a new component with the specified resource and flags. More...
 

Public Attributes

OpaqueResource resource
 An opaque reference to the resource for this component. More...
 
PrototypeFlags flags
 An object containing boolean configuration flags for this component. More...
 

Detailed Description

A class that stores information about a resource that belongs to a prototype.

Constructor & Destructor Documentation

om::resources::Prototype::Component::Component ( const OpaqueResource newResource)
inline

Create a new component with the specified resource and the default flags.

om::resources::Prototype::Component::Component ( const OpaqueResource newResource,
const PrototypeFlags newFlags 
)
inline

Create a new component with the specified resource and flags.

Member Data Documentation

OpaqueResource om::resources::Prototype::Component::resource

An opaque reference to the resource for this component.

PrototypeFlags om::resources::Prototype::Component::flags

An object containing boolean configuration flags for this component.


The documentation for this class was generated from the following file: