Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <csv.h>
Public Member Functions | |
std::string | getRoot () |
size_t | size () |
CSVRow (CSVTable *parent, std::string key) | |
CSVRow (CSVTable *parent, unsigned int which) | |
CSVRow () | |
const std::string & | operator[] (const std::string &) const |
const std::string & | operator[] (unsigned int) const |
const std::string & | getKey (unsigned int which) const |
std::vector< std::string > ::iterator | begin () |
std::vector< std::string > ::iterator | end () |
bool | success () const |
CSVTable * | getParent () |
CSVRow::CSVRow | ( | CSVTable * | parent, |
std::string | key | ||
) |
Definition at line 159 of file csv.cpp.
References CSVTable::key.
|
inline |
std::vector< std::string >::iterator CSVRow::begin | ( | ) |
std::vector< std::string >::iterator CSVRow::end | ( | ) |
const string & CSVRow::getKey | ( | unsigned int | which) | const |
Definition at line 181 of file csv.cpp.
References CSVTable::key.
Referenced by Unit::WriteUnitString().
|
inline |
string CSVRow::getRoot | ( | ) |
Definition at line 206 of file csv.cpp.
References fprintf, and CSVTable::rootdir.
Referenced by GameUnit< UnitType >::Split().
const std::string& CSVRow::operator[] | ( | const std::string & | ) | const |
const string & CSVRow::operator[] | ( | unsigned int | col) | const |
Definition at line 176 of file csv.cpp.
References CSVTable::table.
|
inline |
Definition at line 51 of file csv.h.
References CSVTable::key.
Referenced by Unit::WriteUnitString().
|
inline |
Definition at line 67 of file csv.h.
Referenced by UniverseUtil::LookupUnitStat(), and GameUnit< UnitType >::Split().