libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | Protected Attributes | List of all members
iqxmlrpc::Scalar< T > Class Template Reference

Template for scalar types based on Value_type (e.g. Int, String, etc.) More...

#include <value_type.h>

Inheritance diagram for iqxmlrpc::Scalar< T >:
iqxmlrpc::Value_type

Public Member Functions

 Scalar (const T &t)
 
Scalar< T > * clone () const
 
void apply_visitor (Value_type_visitor &) const
 
const std::string & type_name () const
 
const T & value () const
 
T & value ()
 

Protected Attributes

value_
 

Detailed Description

template<class T>
class iqxmlrpc::Scalar< T >

Template for scalar types based on Value_type (e.g. Int, String, etc.)


The documentation for this class was generated from the following files: