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

#include <UT_IOTable.h>

+ Inheritance diagram for UT_IOEntry:

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_IOEntryoperator= (const UT_IOEntry &)=delete
 

Public Attributes

UT_String extension
 
unsigned magic
 
UT_String readFrom
 
UT_String writeTo
 
char ** argv
 

Additional Inherited Members

Detailed Description

Definition at line 29 of file UT_IOTable.h.

Constructor & Destructor Documentation

UT_IOEntry::UT_IOEntry ( const char *  ext,
const char *  magic,
const char *  read,
const char *  write 
)
UT_IOEntry::~UT_IOEntry ( )
override
UT_IOEntry::UT_IOEntry ( const UT_IOEntry )
delete

Member Function Documentation

UT_IOEntry& UT_IOEntry::operator= ( const UT_IOEntry )
delete

Member Data Documentation

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.


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