MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaoCrypt::Block< T, A > Class Template Reference

Public Member Functions

 Block (word32 s=0)
 Block (const T *buff, word32 s)
 Block (const Block &that)
Blockoperator= (const Block &that)
T & operator[] (word32 i)
const T & operator[] (word32 i) const
T * operator+ (word32 i)
const T * operator+ (word32 i) const
word32 size () const
T * get_buffer () const
T * begin () const
void CleanGrow (word32 newSize)
void CleanNew (word32 newSize)
void New (word32 newSize)
void resize (word32 newSize)
void Swap (Block &other)

Detailed Description

template<typename T, class A = AllocatorWithCleanup<T>>
class TaoCrypt::Block< T, A >

Definition at line 126 of file block.hpp.


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