sprint 1-alpha
|
Wrapper sprint::const_string for use const char * as key. More...
#include <sprint/sysdef.h>
Go to the source code of this file.
Classes | |
class | sprint::detail::const_string< case_sensitive > |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Typedefs | |
typedef detail::const_string < true > | sprint::const_string |
a const_string case sensitive | |
typedef detail::const_string < false > | sprint::const_istring |
a const_string case insensitive |
Wrapper sprint::const_string for use const char * as key.