MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaoCrypt::Source Class Reference

Public Member Functions

 Source (word32 sz=0)
 Source (const byte *b, word32 sz)
word32 remaining ()
word32 size () const
void grow (word32 sz)
bool IsLeft (word32 sz)
const byte * get_buffer () const
const byte * get_current () const
word32 get_index () const
void set_index (word32 i)
byte operator[] (word32 i)
byte next ()
byte prev ()
void add (const byte *data, word32 len)
void advance (word32 i)
void reset (ByteBlock &)
Error GetError ()
void SetError (ErrorNumber w)
 Source (const Source &that)
Sourceoperator= (const Source &that)
void Swap (Source &other)

Friends

class FileSource

Detailed Description

Definition at line 34 of file file.hpp.


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