aswang  1.0
Namespaces | Defines | Typedefs
aswang_types.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  aswang
 

Everything resides in aswang.


Defines

#define DBGPRINT   __noop
 Sets up DBGPRINT to use cprintf to print to the debug terminal when compiling debug builds. When compiling release builds, DBGPRINT statements don't generate any code.

Typedefs

typedef std::string aswang::AswangStr
 Used to enable Unicode and Non-Unicode builds without code changes.

Detailed Description

Defines various types used by aswang.

Definition in file aswang_types.h.


Define Documentation

#define DBGPRINT   __noop

Sets up DBGPRINT to use cprintf to print to the debug terminal when compiling debug builds. When compiling release builds, DBGPRINT statements don't generate any code.

Definition at line 35 of file aswang_types.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines