Get a field as a string.

This commit is contained in:
JoelKatz
2012-03-28 15:08:41 -07:00
parent c3b0208a65
commit f705b647a1
3 changed files with 10 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ public:
// these throw if the field type doesn't match, or return default values if the
// field is optional but not present
std::string getFieldString(SOE_Field field) const;
unsigned char getValueFieldU8(SOE_Field field) const;
uint16 getValueFieldU16(SOE_Field field) const;
uint32 getValueFieldU32(SOE_Field field) const;