knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowl
bindings
ruby
knowRuby
Interfaces
ValueToValue.h
1
#include <knowCore/Forward.h>
2
#include <knowCore/Logging.h>
3
4
#include <ruby.h>
5
6
namespace
knowRuby::Interfaces
7
{
8
class
ValueToValue
9
{
10
public
:
11
virtual
~ValueToValue
();
12
virtual
bool
canConvertToRubyValue(
const
knowCore::Value
& _value)
const
= 0;
13
virtual
bool
canConvertToKnowCoreValue(VALUE _value)
const
= 0;
14
virtual
VALUE toRubyValue(
const
knowCore::Value
& _value)
const
= 0;
15
virtual
knowCore::Value
toKnowCoreValue(VALUE _value)
const
= 0;
16
};
17
}
knowCore::Value
Definition
Value.h:13
knowRuby::Interfaces::ValueToValue
Definition
ValueToValue.h:9
Generated by
1.12.0