libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Functions
anyvalue.hxx File Reference
#include <cmath>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/is_floating_point.hpp>
#include <qi/type/detail/anyiterator.hpp>
#include <qi/type/detail/anyreference.hpp>

Go to the source code of this file.

Classes

class  qi::TypeImpl< AnyValue >
 
struct  qi::FutureValueConverter< FT, PT >
 Specialize this struct to provide conversion between future values. More...
 
struct  qi::FutureValueConverter< T, qi::AnyValue >
 
struct  qi::FutureValueConverter< void, qi::AnyValue >
 

Namespaces

 qi
 Deprecated in 2.5. Use int8_t from <cstdint>.
 
 std
 

Macros

#define _QI_TYPE_DETAIL_ANYVALUE_HXX_
 

Functions

bool qi::operator!= (const AnyValue &a, const AnyValue &b)
 
AnyReferenceVector qi::asAnyReferenceVector (const AnyValueVector &vect)
 
bool qi::operator< (const AnyValue &a, const AnyValue &b)
 Less than operator. Will compare the values within the AnyValue. More...
 
bool qi::operator== (const AnyValue &a, const AnyValue &b)
 Value equality operator. Will compare the values within. More...
 
void std::swap (::qi::AnyValue &a,::qi::AnyValue &b)
 

Macro Definition Documentation

#define _QI_TYPE_DETAIL_ANYVALUE_HXX_

Definition at line 8 of file anyvalue.hxx.