Pyrogenesis  trunk
Classes | Macros | Functions
CStrIntern.h File Reference
#include "CStrInternStatic.h"
Include dependency graph for CStrIntern.h:
This graph shows which files directly or indirectly include this file:

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;
 

Functions

static size_t hash_value (const CStrIntern &str)
 

Macro Definition Documentation

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

Function Documentation

static size_t hash_value ( const CStrIntern str)
inlinestatic