ardour
Public Types | Public Member Functions | Public Attributes | List of all members
PBD::PropertyDescriptor< T > Struct Template Reference

#include <property_basics.h>

Public Types

typedef T value_type
 

Public Member Functions

 PropertyDescriptor ()
 
 PropertyDescriptor (PropertyID pid)
 

Public Attributes

PropertyID property_id
 

Detailed Description

template<typename T>
struct PBD::PropertyDescriptor< T >

Definition at line 41 of file property_basics.h.

Member Typedef Documentation

template<typename T>
typedef T PBD::PropertyDescriptor< T >::value_type

Definition at line 46 of file property_basics.h.

Constructor & Destructor Documentation

template<typename T>
PBD::PropertyDescriptor< T >::PropertyDescriptor ( )
inline

Definition at line 42 of file property_basics.h.

template<typename T>
PBD::PropertyDescriptor< T >::PropertyDescriptor ( PropertyID  pid)
inline

Definition at line 43 of file property_basics.h.

Member Data Documentation

template<typename T>
PropertyID PBD::PropertyDescriptor< T >::property_id

Definition at line 45 of file property_basics.h.


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