Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Member Functions
BincStream Class Reference

#include <convert.h>

Public Member Functions

BincStreamoperator<< (std::ostream &(*)(std::ostream &))
 
BincStreamoperator<< (const std::string &t)
 
BincStreamoperator<< (unsigned long t)
 
BincStreamoperator<< (unsigned int t)
 
BincStreamoperator<< (int t)
 
BincStreamoperator<< (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)
 

Detailed Description

Definition at line 262 of file convert.h.

Constructor & Destructor Documentation

◆ BincStream()

BincStream ( void  )

Definition at line 14 of file convert.cc.

◆ ~BincStream()

~BincStream ( void  )

Definition at line 19 of file convert.cc.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void clear ( void  )

Definition at line 64 of file convert.cc.

Here is the caller graph for this function:

◆ getSize()

unsigned int getSize ( void  ) const

Definition at line 70 of file convert.cc.

Here is the caller graph for this function:

◆ operator<<() [1/6]

BincStream & operator<< ( char  t)

Definition at line 110 of file convert.cc.

◆ operator<<() [2/6]

BincStream & operator<< ( const std::string &  t)

◆ operator<<() [3/6]

BincStream & operator<< ( int  t)

Definition at line 90 of file convert.cc.

Here is the call graph for this function:

◆ operator<<() [4/6]

BincStream & operator<< ( std::ostream &  *)(std::ostream &)

Definition at line 76 of file convert.cc.

◆ operator<<() [5/6]

BincStream & operator<< ( unsigned int  t)

Definition at line 103 of file convert.cc.

Here is the call graph for this function:

◆ operator<<() [6/6]

BincStream & operator<< ( unsigned long  t)

Definition at line 97 of file convert.cc.

Here is the call graph for this function:

◆ popChar()

char popChar ( void  )

Definition at line 35 of file convert.cc.

Here is the caller graph for this function:

◆ popString()

string popString ( unsigned int  size)

Definition at line 25 of file convert.cc.

Here is the caller graph for this function:

◆ str()

const string & str ( void  ) const

Definition at line 58 of file convert.cc.

Here is the caller graph for this function:

◆ unpopChar()

void unpopChar ( char  c)

Definition at line 46 of file convert.cc.

Here is the caller graph for this function:

◆ unpopStr()

void unpopStr ( const std::string &  s)

Definition at line 52 of file convert.cc.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: