NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
String.hpp File Reference
#include "base/Array.hpp"
#include <stdarg.h>

Go to the source code of this file.

Classes

class  FW::String
 

Namespaces

 FW
 Scene class declarations.
 

Functions

String FW::getDateString (void)
 
bool FW::parseSpace (const char *&ptr)
 
bool FW::parseChar (const char *&ptr, char chr)
 
bool FW::parseLiteral (const char *&ptr, const char *str)
 
bool FW::parseInt (const char *&ptr, S32 &value)
 
bool FW::parseInt (const char *&ptr, S64 &value)
 
bool FW::parseHex (const char *&ptr, U32 &value)
 
bool FW::parseFloat (const char *&ptr, F32 &value)
 
bool FW::parseVec3f (const char *&ptr, Vec3f &value)