#include "Memory.h"
#include "SmartPointers.h"
#include <string>
Include dependency graph for String.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | LDK |
Typedefs | |
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. |
Definition in file String.h.