TrueReality  v0.1.1912
RefStr.cpp File Reference
#include <trUtil/RefStr.h>
#include <ostream>
#include <set>
#include <OpenThreads/Mutex>
Include dependency graph for RefStr.cpp:

Go to the source code of this file.

Namespaces

 trUtil
 Namespace that holds various utility classes for the engine.
 

Macros

#define USE_TABLE   1
 
#define THREAD_SAFETY   1
 

Functions

TR_UTIL_EXPORT std::ostream & trUtil::operator<< (std::ostream &stream, const RefStr &rs)
 

Variables

static size_t trUtil::StringCount = 0
 
static OpenThreads::Mutex trUtil::gStringSetMutex
 
static std::set< std::string > trUtil::StringSet
 

Macro Definition Documentation

◆ THREAD_SAFETY

#define THREAD_SAFETY   1

Definition at line 40 of file RefStr.cpp.

◆ USE_TABLE

#define USE_TABLE   1

Definition at line 38 of file RefStr.cpp.