Data Structures | |
class | LDK::Hasher< int > |
class | LDK::Hasher< int64 > |
class | LDK::Hasher< const char * > |
class | LDK::Hasher< std::string > |
class | LDK::Hasher< String > |
class | LDK::Hash< Key, Data, Alloc > |
A Hash specialised for c strings (const char *). More... | |
class | LDK::Hash< Key, Data, Alloc > |
A Hash specialised for c strings (const char *). More... | |
class | Hasher |
An empty template for the hash function. More... | |
class | LDK::Hash< Key, Data, Alloc > |
A Hash specialised for c strings (const char *). More... | |
class | LDK::LocklessQueue< T > |
A threadsafe lockless queue template. More... | |
Typedefs | |
typedef std::basic_stringstream< char, std::char_traits< char >, Allocator< char > > | LDK::StringStream |
A std::stringstream that uses the LDK allocation system. | |
typedef std::basic_istringstream< char, std::char_traits< char >, Allocator< char > > | LDK::IStringStream |
A std::istringstream that uses the LDK allocation system. | |
typedef std::basic_ostringstream< char, std::char_traits< char >, Allocator< char > > | LDK::OStringStream |
A std::ostringstream that uses the LDK allocation system. | |
typedef std::basic_string< char, std::char_traits< char >, Allocator< char > > | LDK::String |
A std::string that uses the LDK allocation system. | |
typedef SmartPointer< String > | LDK::SmartString |
A SmartPointer specialised for Strings. | |
typedef SmartPointer< String > | LDK::SmartConstString |
A SmartPointer specialised for const Strings. |