Samchon Framework for CPP  1.0.0
samchon Namespace Reference

Top level namespace of products built from samchon. More...

Namespaces

 example
 Module of Samchon Framework's examples.
 
 library
 Package of libraries.
 
 namtree
 Package of Nam-Tree.
 
 protocol
 Package of network protocol and libraries.
 

Classes

class  ByteArray
 Binary data class. More...
 
class  HashMap
 Customized std::unordered_map. More...
 
class  IndexPair
 A pair of index and its value(T) More...
 
class  Map
 Customized std::map. More...
 
class  SmartPointer
 Global shared pointer
. More...
 
class  WeakString
 A string class only references characeters, reference only. More...
 

Typedefs

template<typename T , typename _Pr = std::less<std::string>, typename _Alloc = std::allocator<std::pair<const std::string, T>>>
using Dictionary = Map< std::string, T, _Pr, _Alloc >
 A Map key is string. More...
 

Detailed Description

Top level namespace of products built from samchon.

poster.jpg
Author
Jeongho Nam http://samchon.org

Typedef Documentation

template<typename T , typename _Pr = std::less<std::string>, typename _Alloc = std::allocator<std::pair<const std::string, T>>>
using samchon::Dictionary = typedef Map<std::string, T, _Pr, _Alloc>

A Map key is string.

See also
library::Map
Author
Jeongho Nam http://samchon.org

Definition at line 14 of file Dictionary.hpp.