ARB
|
#include <awti_imp_local.hxx>
Public Member Functions | |
import_match * | reverse (import_match *to_append) |
import_match () | |
~import_match () | |
Public Member Functions inherited from Noncopyable | |
Noncopyable () | |
Public Attributes | |
char * | match |
char * | aci |
char * | srt |
char * | mtag |
char * | append |
char * | write |
char * | setvar |
GB_TYPES | type |
char * | defined_at |
import_match * | next |
Definition at line 55 of file awti_imp_local.hxx.
import_match::import_match | ( | ) |
Definition at line 281 of file AWTI_import.cxx.
import_match::~import_match | ( | ) |
|
inline |
Definition at line 75 of file awti_imp_local.hxx.
References next, and reverse().
Referenced by reverse().
char* import_match::match |
Definition at line 58 of file awti_imp_local.hxx.
Referenced by ArbImporter::detectAvailableFields(), read_import_format(), and ~import_match().
char* import_match::aci |
Definition at line 62 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
char* import_match::srt |
Definition at line 63 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
char* import_match::mtag |
Definition at line 64 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
char* import_match::append |
Definition at line 65 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
char* import_match::write |
Definition at line 66 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
char* import_match::setvar |
Definition at line 69 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
GB_TYPES import_match::type |
Definition at line 70 of file awti_imp_local.hxx.
Referenced by read_import_format().
char* import_match::defined_at |
Definition at line 71 of file awti_imp_local.hxx.
Referenced by read_import_format(), and ~import_match().
import_match* import_match::next |
Definition at line 73 of file awti_imp_local.hxx.
Referenced by read_import_format(), reverse(), and ~import_match().