Bincimap 2.0.16
Easy Imapping
|
#include <convert.h>
Public Member Functions | |
BincStream & | operator<< (std::ostream &(*)(std::ostream &)) |
BincStream & | operator<< (const std::string &t) |
BincStream & | operator<< (unsigned long t) |
BincStream & | operator<< (unsigned int t) |
BincStream & | operator<< (int t) |
BincStream & | operator<< (char t) |
std::string | popString (unsigned int size) |
char | popChar (void) |
void | unpopChar (char c) |
void | unpopStr (const std::string &s) |
const std::string & | str (void) const |
unsigned int | getSize (void) const |
void | clear (void) |
BincStream (void) | |
~BincStream (void) | |
BincStream | ( | void | ) |
Definition at line 14 of file convert.cc.
~BincStream | ( | void | ) |
void clear | ( | void | ) |
unsigned int getSize | ( | void | ) | const |
BincStream & operator<< | ( | char | t | ) |
Definition at line 110 of file convert.cc.
BincStream & operator<< | ( | const std::string & | t | ) |
BincStream & operator<< | ( | int | t | ) |
BincStream & operator<< | ( | std::ostream & | *)(std::ostream & | ) |
Definition at line 76 of file convert.cc.
BincStream & operator<< | ( | unsigned int | t | ) |
BincStream & operator<< | ( | unsigned long | t | ) |
char popChar | ( | void | ) |
string popString | ( | unsigned int | size | ) |
const string & str | ( | void | ) | const |
void unpopChar | ( | char | c | ) |
void unpopStr | ( | const std::string & | s | ) |