Dash Core  0.12.2.1
P2P Digital Currency
secure.h File Reference
#include "support/pagelocker.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  secure_allocator< T >
 
struct  secure_allocator< T >::rebind< _Other >
 

Typedefs

typedef std::basic_string< char, std::char_traits< char >, secure_allocator< char > > SecureString
 
typedef std::vector< unsigned char, secure_allocator< unsigned char > > SecureVector
 

Typedef Documentation

◆ SecureString

typedef std::basic_string<char, std::char_traits<char>, secure_allocator<char> > SecureString

Definition at line 61 of file secure.h.

◆ SecureVector

typedef std::vector<unsigned char, secure_allocator<unsigned char> > SecureVector

Definition at line 63 of file secure.h.