mn_node.hpp File Reference
#include "../mn_iterator.hpp"
#include "../mn_allocator.hpp"
#include "../mn_deleter.hpp"

Go to the source code of this file.

Classes

class  mn::container::basic_node_itarrator< TNODE >
 
class  mn::container::basic_node_itarrator_res< TNODE >
 
class  mn::container::basic_node< T >
 

Namespaces

 mn
 
 mn::container
 

Typedefs

template<typename T >
using mn::container::node = basic_node< T >
 Node type witch allocated in global heap. More...
 

Functions

template<typename T >
void mn::container::swap (basic_node< T > &a, basic_node< T > &b)