clipsmm - C++ CLIPS Interface Library
Go to the documentation of this file.
25 #include <sigc++/sigc++.h>
43 class Value:
public sigc::trackable {
62 Value(
unsigned short int x );
68 Value(
unsigned int x );
92 Value&
set(
float x,
bool change_type=false );
93 Value&
set(
double x,
bool change_type=false );
94 Value&
set(
short int x,
bool change_type=false );
95 Value&
set(
unsigned short int x,
bool change_type=false );
96 Value&
set(
int x,
bool change_type=false );
97 Value&
set(
unsigned int x,
bool change_type=false );
98 Value&
set(
long int x,
bool change_type=false );
103 operator float( )
const;
104 operator double( )
const;
105 operator short int( )
const;
106 operator unsigned short int( )
const;
107 operator int( )
const;
108 operator unsigned int( )
const;
109 operator long int( )
const;
110 operator std::string&( )
const;
111 operator const char*( )
const;
112 operator void*( )
const;
153 bool operator==(
unsigned short int x )
const;
157 bool operator==(
const std::string& x )
const;
164 bool operator!=(
unsigned short int x )
const;
168 bool operator!=(
const std::string& x )
const;
Generated on Sat Mar 16 2013 15:13:43 for clipsmm by
1.8.3