TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/ofx/property/OfxhPropertyTemplate.hpp File Reference
#include "OfxhProperty.hpp"
Include dependency graph for OfxhPropertyTemplate.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tuttle::host::ofx::property::OfxhIntValue
 type holder, for integers, used to template up int properties More...
struct  tuttle::host::ofx::property::OfxhDoubleValue
 type holder, for doubles, used to template up double properties More...
struct  tuttle::host::ofx::property::OfxhPointerValue
 type holder, for pointers, used to template up pointer properties More...
struct  tuttle::host::ofx::property::OfxhStringValue
 type holder, for strings, used to template up string properties More...
class  tuttle::host::ofx::property::OfxhPropertyTemplate< T >
struct  boost::is_virtual_base_of< tuttle::host::ofx::property::OfxhProperty, tuttle::host::ofx::property::Int >
struct  boost::is_virtual_base_of< tuttle::host::ofx::property::OfxhProperty, tuttle::host::ofx::property::Double >
struct  boost::is_virtual_base_of< tuttle::host::ofx::property::OfxhProperty, tuttle::host::ofx::property::String >
struct  boost::is_virtual_base_of< tuttle::host::ofx::property::OfxhProperty, tuttle::host::ofx::property::Pointer >

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::host
 

Library for host.


namespace  tuttle::host::ofx
 

OpenFX wrapping to communicate with C API.


namespace  tuttle::host::ofx::property
namespace  boost

Typedefs

typedef OfxhPropertyTemplate
< OfxhIntValue > 
tuttle::host::ofx::property::Int
typedef OfxhPropertyTemplate
< OfxhDoubleValue > 
tuttle::host::ofx::property::Double
 Our int property.
typedef OfxhPropertyTemplate
< OfxhStringValue > 
tuttle::host::ofx::property::String
 Our double property.
typedef OfxhPropertyTemplate
< OfxhPointerValue > 
tuttle::host::ofx::property::Pointer
 Our string property.