#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. |
|
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(). |