inlib  1.2.0
Namespaces | Defines | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/tos File Reference
#include "sprintf"
#include "charmanip"
#include "typedefs"
#include <vector>
Include dependency graph for tos:
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_tos

Functions

std::string inlib::tos (unsigned char a_value)
std::string inlib::tos (char a_value)
std::string inlib::tos (unsigned short a_value)
std::string inlib::tos (short a_value)
std::string inlib::tos (unsigned int a_value)
std::string inlib::tosx (unsigned int a_value)
std::string inlib::tos (int a_value)
std::string inlib::tos (uint64 a_value)
std::string inlib::tos (int64 a_value)
std::string inlib::tos (float a_value)
std::string inlib::tos (double a_value)
std::string inlib::tos (bool a_value)
std::string inlib::tos (const std::string &a_value)
template<class T >
std::string inlib::tos (const std::vector< T > &a_value, const std::string &a_sep="\n")

Define Documentation

#define inlib_tos

Definition at line 5 of file tos.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines