tue_config
Namespaces | Typedefs | Enumerations | Functions
types.h File Reference
#include <boost/shared_ptr.hpp>
#include "tue/config/data_pointer.h"
#include <string>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tue
 
 tue::config
 

Typedefs

typedef boost::shared_ptr< const Node > tue::config::NodeConstPtr
 
typedef boost::shared_ptr< Node > tue::config::NodePtr
 

Enumerations

enum  tue::config::RequiredOrOptional { tue::config::REQUIRED, tue::config::OPTIONAL }
 

Functions

static void tue::ltrim (std::string &s)
 
static std::string tue::ltrim_copy (std::string s)
 
static void tue::rtrim (std::string &s)
 
static std::string tue::rtrim_copy (std::string s)
 
static void tue::trim (std::string &s)
 
static std::string tue::trim_copy (std::string s)