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

#include <GLTF_CodecRegistry.h>

Classes

class  Entry
 
class  EntryBase
 

Public Member Functions

 GLTF_CodecRegistry ()=default
 
 ~GLTF_CodecRegistry ()=default
 
 GLTF_CodecRegistry (const GLTF_CodecRegistry &other)=delete
 
GLTF_CodecRegistryoperator= (const GLTF_CodecRegistry &other)=delete
 
 GLTF_CodecRegistry (GLTF_CodecRegistry &&other)=default
 
void registerEntry (UT_UniquePtr< EntryBase > &&entry)
 
bool isExtensionSupported (const char *ext_name) const
 

Detailed Description

Definition at line 22 of file GLTF_CodecRegistry.h.

Constructor & Destructor Documentation

GLTF_CodecRegistry::GLTF_CodecRegistry ( )
default
GLTF_CodecRegistry::~GLTF_CodecRegistry ( )
default
GLTF_CodecRegistry::GLTF_CodecRegistry ( const GLTF_CodecRegistry other)
delete
GLTF_CodecRegistry::GLTF_CodecRegistry ( GLTF_CodecRegistry &&  other)
default

Member Function Documentation

bool GLTF_CodecRegistry::isExtensionSupported ( const char *  ext_name) const
GLTF_CodecRegistry& GLTF_CodecRegistry::operator= ( const GLTF_CodecRegistry other)
delete
void GLTF_CodecRegistry::registerEntry ( UT_UniquePtr< EntryBase > &&  entry)

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