

Public Member Functions | |
| IBlowfishStream (std::istream &is, const std::string &key) | |
| IBlowfishStream (const IBlowfishStream &is) | |
| virtual | ~IBlowfishStream () |
| virtual destructor | |
| virtual IStreamBase & | operator>> (char &) |
| instream a char | |
| virtual IStreamBase & | operator>> (unsigned char &) |
| instream an unsigned char | |
| virtual IStreamBase & | operator>> (short &) |
| instream a short | |
| virtual IStreamBase & | operator>> (unsigned short &) |
| instream an unsigned short | |
| virtual IStreamBase & | operator>> (bool &) |
| instream a bool | |
| virtual IStreamBase & | operator>> (int &) |
| instream an int | |
| virtual IStreamBase & | operator>> (unsigned int &) |
| instream an unsigned int | |
| virtual IStreamBase & | operator>> (long long &) |
| instream a long long | |
| virtual IStreamBase & | operator>> (unsigned long long &) |
| instream an unsigned long long | |
| virtual IStreamBase & | operator>> (double &) |
| instream a double | |
| virtual IStreamBase & | operator>> (float &) |
| instream a float | |
| virtual void | get (char &c) |
| get function implements character level input - it is unformatted - and will read 1 chr at a time | |
Definition at line 32 of file iblowfishstream.hpp.
|
||||||||||||
|
Constructor - this const
|
|
|
Copy constructor
|