libqi-api
2.8.7.4
|
#include <qi/type/detail/anyvalue.hxx>
Go to the source code of this file.
Classes | |
class | qi::AnyValue |
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
#define | _QITYPE_DETAIL_ANYVALUE_HPP_ |
Typedefs | |
using | qi::AnyValueVector = std::vector< AnyValue > |
Functions | |
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... | |
bool | qi::operator!= (const AnyValue &a, const AnyValue &b) |
AnyReferenceVector | qi::asAnyReferenceVector (const AnyValueVector &vect) |
#define _QITYPE_DETAIL_ANYVALUE_HPP_ |
Definition at line 8 of file anyvalue.hpp.