sprint 1-alpha
Classes | Namespaces | Functions
sprint/container/light_string.h File Reference

A lightweight string class with essential features. More...

#include <string.h>

Go to the source code of this file.

Classes

class  sprint::light_string
 Dynamic allocated string, without shared pointer and capacity feature. More...

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.


Functions

light_string sprint::operator+ (const light_string &a, const char *str)
light_string sprint::operator+ (const light_string &a, const light_string &b)

Detailed Description

A lightweight string class with essential features.

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