Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Typedefs | Functions
StealthTypes.hpp File Reference
#include <string>
#include <vector>
#include <map>
#include "StealthAllocator.hpp"
Include dependency graph for StealthTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  measurements
 

Typedefs

using measurements::stealth_string = std::basic_string< char, std::char_traits< char >, stealth_allocator< char > >
 
template<typename T >
using measurements::stealth_vector = std::vector< T, stealth_allocator< T > >
 
template<class Key , class T , class Compare = std::less < Key >>
using measurements::stealth_map = std::map< Key, T, Compare, stealth_allocator< std::pair< const Key, T > > >
 

Functions

std::string measurements::to_string (const stealth_string &ss)
 
std::string measurements::to_string (stealth_string &ss)
 
stealth_string measurements::stealthStringFromString (const std::string &str)