owlcpp
v0.3.3~
C++ library for working with OWL ontologies
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Macros
Pages
include
owlcpp
rdf
any_triple_element.hpp
Go to the documentation of this file.
1
6
#ifndef ANY_TRIPLE_ELEMENT_HPP_
7
#define ANY_TRIPLE_ELEMENT_HPP_
8
9
namespace
owlcpp{
10
11
class
Node_id;
12
class
Doc_id;
13
18
struct
any
{
19
bool
operator==(
Node_id
const
&)
const
{
return
true
;}
20
bool
operator==(
Doc_id
const
&)
const
{
return
true
;}
21
};
22
23
}
//namespace owlcpp
24
#endif
/* ANY_TRIPLE_ELEMENT_HPP_ */
Generated on Tue Dec 10 2013 17:00:47 for owlcpp by
1.8.1.2