Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
CStrIntern.h File Reference
#include "CStrInternStatic.h"

Go to the source code of this file.

Classes

class  CStrIntern
 Interned 8-bit strings. More...
 

Macros

#define X(id)   extern CStrIntern str_##id;
 
#define X2(id, str)   extern CStrIntern str_##id;
 

Macro Definition Documentation

#define X (   id)    extern CStrIntern str_##id;

Definition at line 86 of file CStrIntern.h.

#define X2 (   id,
  str 
)    extern CStrIntern str_##id;

Definition at line 87 of file CStrIntern.h.