Asylo
Namespaces | Typedefs
cleansing_types.h File Reference
#include <string>
#include <vector>
#include "asylo/util/cleansing_allocator.h"
Include dependency graph for cleansing_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 asylo
 

Typedefs

using asylo::CleansingString = std::basic_string< char, std::char_traits< char >, CleansingAllocator< char > >
 A string that zeros its memory on free. More...
 
template<typename T >
using asylo::CleansingVector = std::vector< T, CleansingAllocator< T > >
 A vector container that zeros its memory on free. More...