clipsmm - C++ CLIPS Interface Library
Go to the documentation of this file.
25 #include <sigc++/sigc++.h>
44 class Value:
public sigc::trackable {
63 Value(
unsigned short int x );
69 Value(
unsigned int x );
75 Value(
long long int x );
96 Value&
set(
float x,
bool change_type=false );
97 Value&
set(
double x,
bool change_type=false );
98 Value&
set(
short int x,
bool change_type=false );
99 Value&
set(
unsigned short int x,
bool change_type=false );
100 Value&
set(
int x,
bool change_type=false );
101 Value&
set(
unsigned int x,
bool change_type=false );
102 Value&
set(
long int x,
bool change_type=false );
103 Value&
set(
long long int x,
bool change_type=false );
108 operator float( )
const;
109 operator double( )
const;
110 operator short int( )
const;
111 operator unsigned short int( )
const;
112 operator int( )
const;
113 operator unsigned int( )
const;
114 operator long int( )
const;
115 operator long long int( )
const;
116 operator std::string&( )
const;
117 operator const char*( )
const;
118 operator void*( )
const;
160 bool operator==(
unsigned short int x )
const;
165 bool operator==(
const std::string& x )
const;
172 bool operator!=(
unsigned short int x )
const;
177 bool operator!=(
const std::string& x )
const;
Generated on Sat Apr 13 2013 10:04:52 for clipsmm by
1.8.1.1