#include <field_names.h>
Public Methods | |
FieldNames & | operator= (const ResUse *res) |
Creates a new list from the data in res. | |
FieldNames & | operator= (int i) |
Creates a new list with i field names. | |
std::string & | operator[] (int i) |
Get the name of a field given its index. | |
uint | operator[] (std::string i) const |
Get the index number of a field given its name. |