Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ZenLib Namespace Reference


Compounds

class  File_
class  FileB
class  FileT
class  Ztring
 String manipulation (based on std::string). More...

class  ZtringList
class  ZtringListList
class  ZtringListListF

Typedefs

typedef _TCHAR Char
typedef signed int ints
typedef unsigned int intu
typedef float float32
typedef double float64

Enumerations

enum  ztring_t {
  Ztring_Nothing, Ztring_Rounded = 1, Ztring_CaseSensitive = 2, Ztring_AddLastItem = 4,
  Ztring_Recursive = 8
}
 Options for Ztring methods. More...


Functions

int8s LittleEndian2int8s (const char *List)
int8u LittleEndian2int8u (const char *List)
int16s LittleEndian2int16s (const char *List)
int16u LittleEndian2int16u (const char *List)
int32s LittleEndian2int32s (const char *List)
int32u LittleEndian2int32u (const char *List)
int8s BigEndian2int8s (const char *List)
int8u BigEndian2int8u (const char *List)
int16s BigEndian2int16s (const char *List)
int16u BigEndian2int16u (const char *List)
int32s BigEndian2int32s (const char *List)
int32u BigEndian2int32u (const char *List)
int32s float32_int32s (float32 F, bool Rounded=true)
int64s float32_int64s (float32 F, bool Rounded=true)
int32s float64_int32s (float64 F, bool Rounded=true)
int64s float64_int64s (float64 F, bool Rounded=true)


Typedef Documentation

typedef _TCHAR ZenLib::Char
 

typedef float ZenLib::float32
 

typedef double ZenLib::float64
 

typedef signed int ZenLib::ints
 

typedef unsigned int ZenLib::intu
 


Enumeration Type Documentation

enum ZenLib::ztring_t
 

Options for Ztring methods.

Enumeration values:
Ztring_Nothing 
Ztring_Rounded  if >.5, upper, else lower
Ztring_CaseSensitive  Case sensitive ("A" and "a" are different).
Ztring_AddLastItem  if Begin is found and End is not found, return between Begin and end of string
Ztring_Recursive  Do all strings.


Function Documentation

int16s BigEndian2int16s const char *    List
 

int16u BigEndian2int16u const char *    List
 

int32s BigEndian2int32s const char *    List
 

int32u BigEndian2int32u const char *    List
 

int8s BigEndian2int8s const char *    List
 

int8u BigEndian2int8u const char *    List
 

int32s float32_int32s float32    F,
bool    Rounded = true
 

int64s float32_int64s float32    F,
bool    Rounded = true
 

int32s float64_int32s float64    F,
bool    Rounded = true
 

int64s float64_int64s float64    F,
bool    Rounded = true
 

int16s LittleEndian2int16s const char *    List
 

int16u LittleEndian2int16u const char *    List
 

int32s LittleEndian2int32s const char *    List
 

int32u LittleEndian2int32u const char *    List
 

int8s LittleEndian2int8s const char *    List
 

int8u LittleEndian2int8u const char *    List
 


Generated on Mon Aug 2 20:47:10 2004 for ZenLib by doxygen1.3-rc3