HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EsfProperty Class Reference

#include <property.h>

+ Inheritance diagram for EsfProperty:

Additional Inherited Members

- Public Types inherited from EsfFixedSizePolymorphicHolder< EsfPropertyInterface, 48 >
using This = EsfFixedSizePolymorphicHolder< EsfPropertyInterface, BufferSize >
 
- Public Member Functions inherited from EsfFixedSizePolymorphicHolder< EsfPropertyInterface, 48 >
 EsfFixedSizePolymorphicHolder ()=delete
 
 EsfFixedSizePolymorphicHolder (std::in_place_type_t< Derived > derivedTypeHint, Args &&...args)
 
 EsfFixedSizePolymorphicHolder (const This &other)
 
 EsfFixedSizePolymorphicHolder (This &&other)
 
 ~EsfFixedSizePolymorphicHolder ()
 
Thisoperator= (const This &other)
 
Thisoperator= (This &&other)
 
EsfPropertyInterfaceGet ()
 
const EsfPropertyInterfaceGet () const
 
EsfPropertyInterfaceoperator-> ()
 
const EsfPropertyInterfaceoperator-> () const
 
EsfPropertyInterfaceoperator* ()
 
const EsfPropertyInterfaceoperator* () const
 

Detailed Description

Holds an implementation of EsfPropertyInterface in a fixed-size buffer.

The buffer is large enough to fit an implementation that wraps a UsdProperty. The size is specified as an integer literal to prevent introducing Usd as a dependency.

Definition at line 60 of file property.h.


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