HDK
|
#include <UT_IOTable.h>
Public Member Functions | |
UT_IOEntry (const char *ext, const char *magic, const char *read, const char *write) | |
~UT_IOEntry () override | |
UT_IOEntry (const UT_IOEntry &)=delete | |
UT_IOEntry & | operator= (const UT_IOEntry &)=delete |
Public Member Functions inherited from UT_LinkNode | |
UT_LinkNode () | |
virtual | ~UT_LinkNode () |
UT_LinkNode (const UT_LinkNode &)=delete | |
UT_LinkNode & | operator= (const UT_LinkNode &)=delete |
UT_LinkNode *& | prev () |
UT_LinkNode *& | next () |
const UT_LinkNode * | prev () const |
const UT_LinkNode * | next () const |
Public Attributes | |
UT_String | extension |
unsigned | magic |
UT_String | readFrom |
UT_String | writeTo |
char ** | argv |
Additional Inherited Members | |
Protected Member Functions inherited from UT_LinkNode | |
virtual const char * | className () const |
virtual void | outTo (std::ostream &os) const |
Definition at line 29 of file UT_IOTable.h.
UT_IOEntry::UT_IOEntry | ( | const char * | ext, |
const char * | magic, | ||
const char * | read, | ||
const char * | write | ||
) |
|
override |
|
delete |
|
delete |
char** UT_IOEntry::argv |
Definition at line 49 of file UT_IOTable.h.
UT_String UT_IOEntry::extension |
Definition at line 39 of file UT_IOTable.h.
unsigned UT_IOEntry::magic |
Definition at line 40 of file UT_IOTable.h.
UT_String UT_IOEntry::readFrom |
Definition at line 41 of file UT_IOTable.h.
UT_String UT_IOEntry::writeTo |
Definition at line 42 of file UT_IOTable.h.