arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

SerializeUtil.h File Reference

#include <string>

Go to the source code of this file.

Functions

int unserialKeyCheck (const std::string theKey, const std::string checkStr, const char *place)
 a debug check for unserializing a "named" value example: MyKey: 10 theKey = "MyKey:" checkStr = "blah blah blah MyKey:" this function finds MyKey in checkStr so it is good returns 0 if success and 1 if failure.


Function Documentation

int unserialKeyCheck const std::string  theKey,
const std::string  checkStr,
const char *  place
[inline]
 

a debug check for unserializing a "named" value example: MyKey: 10 theKey = "MyKey:" checkStr = "blah blah blah MyKey:" this function finds MyKey in checkStr so it is good returns 0 if success and 1 if failure.

Definition at line 35 of file SerializeUtil.h.

Referenced by gutz::Manip::unserialData(), gutz::Camera::unserialData(), gutz::Manip::unserialize(), gutz::Camera::unserialize(), gutz::BaseManip::unserialize(), and gutz::Camera::unserialState().


Send questions, comments, and bug reports to:
jmk