Hi, I've decided to give the osg ArgumentParser class a try.
Is the method:
bool ArgumentParser::isString(const char* str)
{
if (!str) return false;
return true;
//return !isOption(str);
}
doing as advertised? The comment says:
/** Return true if string is non-NULL and not an option in the form
* -option or --option. */
Thanks,
John
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

