sprint 1-alpha
Classes | Namespaces | Typedefs
sprint/container/const_string.h File Reference

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

Detailed Description

Wrapper sprint::const_string for use const char * as key.

Author:
Paolo Medici (www.pmx.it)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines