inlib  1.2.0
Namespaces | Defines | Enumerations | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/strip File Reference
#include <vector>
#include <string>
Include dependency graph for strip:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  inlib
 

manipulations that induces other includes : ///////////


Defines

#define inlib_strip

Enumerations

enum  inlib::what { inlib::leading, inlib::trailing, inlib::both }

Functions

void inlib::strip (std::string &a_string, what a_type=both, char a_char= ' ')
std::string inlib::strp (const std::string &a_string, what a_type=both, char a_char= ' ')
void inlib::strip (std::vector< std::string > &a_strings, what a_type=both, char a_char= ' ')

Define Documentation

#define inlib_strip

Definition at line 5 of file strip.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines