libfoedus-core
FOEDUS Core Library
fixed_string.hpp File Reference
#include <stdint.h>
#include <algorithm>
#include <cstring>
#include <cwchar>
#include <ostream>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/cxx11.hpp"
Include dependency graph for fixed_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::assorted::FixedString< MAXLEN, CHAR >
 An embedded string object of fixed max-length, which uses no external memory. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::assorted
 Assorted Methods/Classes that are too subtle to have their own packages.