string_type.h File Reference

Types for strings. More...

Go to the source code of this file.

Defines

#define NBSP   "\xC2\xA0"
 A non-breaking space.

Typedefs

typedef uint32 WChar

Enumerations

enum  CharSetFilter { CS_ALPHANUMERAL, CS_NUMERAL, CS_NUMERAL_SPACE, CS_ALPHA }
 

Valid filter types for IsValidChar.

More...

Detailed Description

Types for strings.

Definition in file string_type.h.


Define Documentation

#define NBSP   "\xC2\xA0"

A non-breaking space.

Definition at line 16 of file string_type.h.


Enumeration Type Documentation

Valid filter types for IsValidChar.

Enumerator:
CS_ALPHANUMERAL 

Both numeric and alphabetic and spaces and stuff.

CS_NUMERAL 

Only numeric ones.

CS_NUMERAL_SPACE 

Only numbers and spaces.

CS_ALPHA 

Only alphabetic values.

Definition at line 21 of file string_type.h.


Generated on Sat Jul 17 18:43:37 2010 for OpenTTD by  doxygen 1.6.1