Cyrus Mod Loader
Loading...
Searching...
No Matches
DMLRecord Class Reference

#include <DML.h>

Public Member Functions

void PrintDMLFieldNames ()
 
DMLFieldgetField (const std::string &fieldName)
 
std::unordered_map< std::string, DMLField * > GetRecords ()
 

Public Attributes

void * vftable
 
int16_t pad [2]
 
bool isInitialized
 
uint8_t serviceID
 
uint8_t messageID
 
uint8_t unk
 
char pad_0010 [16]
 
DMLFieldstartField
 
DMLFieldendField
 
DMLFieldmaxField
 
char pad_0038 [72]
 

Member Function Documentation

◆ getField()

DMLField * DMLRecord::getField ( const std::string & fieldName)
inline

◆ GetRecords()

std::unordered_map< std::string, DMLField * > DMLRecord::GetRecords ( )
inline

◆ PrintDMLFieldNames()

void DMLRecord::PrintDMLFieldNames ( )
inline

Member Data Documentation

◆ endField

DMLField* DMLRecord::endField

◆ isInitialized

bool DMLRecord::isInitialized

◆ maxField

DMLField* DMLRecord::maxField

◆ messageID

uint8_t DMLRecord::messageID

◆ pad

int16_t DMLRecord::pad[2]

◆ pad_0010

char DMLRecord::pad_0010[16]

◆ pad_0038

char DMLRecord::pad_0038[72]

◆ serviceID

uint8_t DMLRecord::serviceID

◆ startField

DMLField* DMLRecord::startField

◆ unk

uint8_t DMLRecord::unk

◆ vftable

void* DMLRecord::vftable