HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Property.h File Reference
+ Include dependency graph for Property.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Property
 
class  PropertyAssign
 
class  PropertySet
 
class  PropertySetAssign
 

Typedefs

using PropertyPtr = shared_ptr< Property >
 A shared pointer to a Property. More...
 
using ConstPropertyPtr = shared_ptr< const Property >
 A shared pointer to a const Property. More...
 
using PropertyAssignPtr = shared_ptr< PropertyAssign >
 A shared pointer to a PropertyAssign. More...
 
using ConstPropertyAssignPtr = shared_ptr< const PropertyAssign >
 A shared pointer to a const PropertyAssign. More...
 
using PropertySetPtr = shared_ptr< PropertySet >
 A shared pointer to a PropertySet. More...
 
using ConstPropertySetPtr = shared_ptr< const PropertySet >
 A shared pointer to a const PropertySet. More...
 
using PropertySetAssignPtr = shared_ptr< PropertySetAssign >
 A shared pointer to a PropertySetAssign. More...
 
using ConstPropertySetAssignPtr = shared_ptr< const PropertySetAssign >
 A shared pointer to a const PropertySetAssign. More...
 

Detailed Description

Property element subclasses

Definition in file Property.h.

Typedef Documentation

A shared pointer to a const PropertyAssign.

Definition at line 31 of file Property.h.

using ConstPropertyPtr = shared_ptr<const Property>

A shared pointer to a const Property.

Definition at line 26 of file Property.h.

A shared pointer to a const PropertySetAssign.

Definition at line 41 of file Property.h.

using ConstPropertySetPtr = shared_ptr<const PropertySet>

A shared pointer to a const PropertySet.

Definition at line 36 of file Property.h.

using PropertyAssignPtr = shared_ptr<PropertyAssign>

A shared pointer to a PropertyAssign.

Definition at line 29 of file Property.h.

using PropertyPtr = shared_ptr<Property>

A shared pointer to a Property.

Definition at line 24 of file Property.h.

A shared pointer to a PropertySetAssign.

Definition at line 39 of file Property.h.

using PropertySetPtr = shared_ptr<PropertySet>

A shared pointer to a PropertySet.

Definition at line 34 of file Property.h.