Classes | Namespaces | Typedefs

ui/secstring.h File Reference

A string class with memory clearing allocator. More...

Go to the source code of this file.

Classes

class  YAPET::UI::secallocator< T >
 Memory clearing allocator. More...

Namespaces

namespace  YAPET
 

Namespace for cryptographic stuff.


namespace  YAPET::UI

Typedefs

typedef std::basic_string
< char, std::char_traits< char >
, secallocator< char > > 
YAPET::UI::secstring
 String class using the secallocator allocator.

Detailed Description

Holds the string class with a memory clearing allocator.

Definition in file secstring.h.