clipsmm - C++ CLIPS Interface Library
Go to the documentation of this file.
25 #include <sigc++/sigc++.h>
42 class Value:
public sigc::trackable {
58 Value(
unsigned short int x );
64 Value(
unsigned int x );
88 Value&
set(
float x,
bool change_type=false );
89 Value&
set(
double x,
bool change_type=false );
90 Value&
set(
short int x,
bool change_type=false );
91 Value&
set(
unsigned short int x,
bool change_type=false );
92 Value&
set(
int x,
bool change_type=false );
93 Value&
set(
unsigned int x,
bool change_type=false );
94 Value&
set(
long int x,
bool change_type=false );
99 operator float( )
const;
100 operator double( )
const;
101 operator short int( )
const;
102 operator unsigned short int( )
const;
103 operator int( )
const;
104 operator unsigned int( )
const;
105 operator long int( )
const;
106 operator std::string&( )
const;
107 operator const char*( )
const;
108 operator void*( )
const;
149 bool operator==(
unsigned short int x )
const;
153 bool operator==(
const std::string& x )
const;
160 bool operator!=(
unsigned short int x )
const;
164 bool operator!=(
const std::string& x )
const;
Generated on Thu Sep 27 2012 17:57:05 for clipsmm by
1.8.1.2