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

#include <stage.h>

+ Inheritance diagram for EsfStage:

Additional Inherited Members

- Public Types inherited from EsfFixedSizePolymorphicHolder< EsfStageInterface, 16 >
using This = EsfFixedSizePolymorphicHolder< EsfStageInterface, BufferSize >
 
- Public Member Functions inherited from EsfFixedSizePolymorphicHolder< EsfStageInterface, 16 >
 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)
 
EsfStageInterfaceGet ()
 
const EsfStageInterfaceGet () const
 
EsfStageInterfaceoperator-> ()
 
const EsfStageInterfaceoperator-> () const
 
EsfStageInterfaceoperator* ()
 
const EsfStageInterfaceoperator* () const
 

Detailed Description

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

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

Definition at line 107 of file stage.h.


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