nlib
ReallocVec.h File Reference
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <iterator>
#include <utility>
#include "nn/nlib/Config.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/TypeTraits.h"

Go to the source code of this file.

Classes

class  nn::nlib::ReallocVec< T >
 The class for realloc-based implementations of vectors with POD-type elements. More...
 
class  nn::nlib::ReallocQueue< T >
 The class for realloc-based implementations of queues with POD-type elements. More...
 
class  nn::nlib::ReallocCstringVec
 The class for realloc-based implementations of C string vectors. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.