Wallaroo  0.8
Classes | Namespaces | Functions
attribute.h File Reference
#include <string>
#include <sstream>
#include <iostream>
#include "cxx0x.h"
#include "part.h"
#include "deserializable_value.h"
#include "exceptions.h"

Go to the source code of this file.

Classes

class  wallaroo::Attribute< T >
 

Namespaces

 wallaroo
 
 wallaroo::detail
 

Functions

template<typename T >
void wallaroo::detail::String2Value (const std::string &v, T &value)
 
template<>
void wallaroo::detail::String2Value< unsigned char > (const std::string &v, unsigned char &value)
 
template<>
void wallaroo::detail::String2Value< std::string > (const std::string &v, std::string &value)
 
template<typename T >
bool wallaroo::operator== (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator!= (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator< (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator> (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator<= (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator>= (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
bool wallaroo::operator== (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
bool wallaroo::operator!= (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
bool wallaroo::operator< (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
bool wallaroo::operator> (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
bool wallaroo::operator<= (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
bool wallaroo::operator>= (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
wallaroo::operator+ (const Attribute< T > &lhs, const Attribute< T > &rhs)
 
template<typename T >
wallaroo::operator+ (const Attribute< T > &lhs, const T &rhs)
 
template<typename T >
wallaroo::operator+ (const T &lhs, const Attribute< T > &rhs)
 
template<typename T >
std::ostream & wallaroo::operator<< (std::ostream &os, const Attribute< T > &att)