Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

coool Namespace Reference


Functions

AString operator+ (const AString &as, const AString &bs)
AString operator+ (const AString &as, const char *s)
AString operator+ (const char *s, const AString &as)
int operator== (const AString &as, const AString &bs)
int operator== (const AString &as, const char *s)
int operator== (const char *s, const AString &as)
int operator!= (const AString &as, const AString &bs)
int operator!= (const AString &as, const char *s)
int operator!= (const char *s, const AString &as)
int operator> (const AString &as, const AString &bs)
int operator> (const AString &as, const char *s)
int operator> (const char *s, const AString &as)
int operator>= (const AString &as, const AString &bs)
int operator>= (const AString &as, const char *s)
int operator>= (const char *s, const AString &as)
int operator< (const AString &as, const AString &bs)
int operator< (const AString &as, const char *s)
int operator< (const char *s, const AString &as)
int operator<= (const AString &as, const AString &bs)
int operator<= (const AString &as, const char *s)
int operator<= (const char *s, const AString &as)
ostream & operator<< (ostream &fp, const AString &as)
istream & operator>> (istream &fp, AString &as)
AString ASFormat (char *fmt,...)
AString toAS (unsigned char uc)
AString toAS (char c)
AString toAS (unsigned short um)
AString toAS (short m)
AString toAS (unsigned int um)
AString toAS (int m)
AString toAS (unsigned long um)
AString toAS (long m)
AString toAS (double d)

Variables

const int default_chunk_size = 8
const char * myNameIs = "AString"
const char * empty_string = ""


Function Documentation

AString ASFormat char *  fmt,
  ...
 

Definition at line 484 of file AString.cpp.

Referenced by toAS().

int operator!= const char *  s,
const AString &  as
 

Definition at line 406 of file AString.cpp.

int operator!= const AString &  as,
const char *  s
 

Definition at line 402 of file AString.cpp.

int operator!= const AString &  as,
const AString &  bs
 

Definition at line 398 of file AString.cpp.

AString operator+ const char *  s,
const AString &  as
 

Definition at line 376 of file AString.cpp.

References NULL.

AString operator+ const AString &  as,
const char *  s
 

Definition at line 366 of file AString.cpp.

References NULL.

AString operator+ const AString &  as,
const AString &  bs
 

Definition at line 356 of file AString.cpp.

int operator< const char *  s,
const AString &  as
 

Definition at line 445 of file AString.cpp.

int operator< const AString &  as,
const char *  s
 

Definition at line 441 of file AString.cpp.

int operator< const AString &  as,
const AString &  bs
 

Definition at line 437 of file AString.cpp.

ostream& operator<< ostream &  fp,
const AString &  as
 

Definition at line 462 of file AString.cpp.

int operator<= const char *  s,
const AString &  as
 

Definition at line 458 of file AString.cpp.

int operator<= const AString &  as,
const char *  s
 

Definition at line 454 of file AString.cpp.

int operator<= const AString &  as,
const AString &  bs
 

Definition at line 450 of file AString.cpp.

int operator== const char *  s,
const AString &  as
 

Definition at line 393 of file AString.cpp.

int operator== const AString &  as,
const char *  s
 

Definition at line 389 of file AString.cpp.

int operator== const AString &  as,
const AString &  bs
 

Definition at line 385 of file AString.cpp.

int operator> const char *  s,
const AString &  as
 

Definition at line 419 of file AString.cpp.

int operator> const AString &  as,
const char *  s
 

Definition at line 415 of file AString.cpp.

int operator> const AString &  as,
const AString &  bs
 

Definition at line 411 of file AString.cpp.

int operator>= const char *  s,
const AString &  as
 

Definition at line 432 of file AString.cpp.

int operator>= const AString &  as,
const char *  s
 

Definition at line 428 of file AString.cpp.

int operator>= const AString &  as,
const AString &  bs
 

Definition at line 424 of file AString.cpp.

istream& operator>> istream &  fp,
AString &  as
 

Definition at line 469 of file AString.cpp.

AString toAS double  d  ) 
 

Definition at line 546 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS long  m  ) 
 

Definition at line 540 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS unsigned long  um  ) 
 

Definition at line 534 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS int  m  ) 
 

Definition at line 528 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS unsigned int  um  ) 
 

Definition at line 522 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS short  m  ) 
 

Definition at line 516 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS unsigned short  um  ) 
 

Definition at line 510 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS char  c  ) 
 

Definition at line 504 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:

AString toAS unsigned char  uc  ) 
 

Definition at line 498 of file AString.cpp.

References ASFormat().

Here is the call graph for this function:


Variable Documentation

const int coool::default_chunk_size = 8 [static]
 

Definition at line 44 of file AString.cpp.

const char* coool::empty_string = "" [static]
 

Definition at line 46 of file AString.cpp.

const char* coool::myNameIs = "AString" [static]
 

Definition at line 34 of file LinForward.cpp.


Generated on Wed Dec 15 21:22:09 2004 for vuVolume by  doxygen 1.3.9.1