OpenBarnyard
 
Loading...
Searching...
No Matches
TPString8.h File Reference
#include "TString8.h"
#include "TStringManager.h"
#include "Toshi/TRefCounted.h"
#include "Toshi/T2Allocator.h"
#include "Toshi/T2Map.h"
#include "Toshi/T2String.h"
#include "Toshi/TSystem.h"
#include "Toshi/TFreeList.h"

Go to the source code of this file.

Classes

class  TPooledString8
 
class  TPString8Pool
 
class  TPString8
 
class  TPString8::Comparator
 
class  TPString8Initialiser
 
struct  TPString8Initialiser::StringMap
 

Macros

#define __TOSHI_TPSTRING8_H__
 
#define TPSTRING8_DECLARE(STR)
 
#define TPS8(STR)
 
#define TPS8D(STR)
 

Macro Definition Documentation

◆ __TOSHI_TPSTRING8_H__

#define __TOSHI_TPSTRING8_H__

Definition at line 3 of file TPString8.h.

◆ TPS8

#define TPS8 ( STR)
Value:
( g_str_##STR )

Definition at line 16 of file TPString8.h.

◆ TPS8D

#define TPS8D ( STR)
Value:
( Toshi::TPString8( STR ) )

Definition at line 17 of file TPString8.h.

◆ TPSTRING8_DECLARE

#define TPSTRING8_DECLARE ( STR)
Value:
extern Toshi::TPString8 g_str_##STR

Definition at line 15 of file TPString8.h.