RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
typecheck.hpp
1
20
#ifndef _TYPECHECK_HPP_
21
#define _TYPECHECK_HPP_ 1
22
#include <cstddef>
23
24
class
typecheck
{
25
public
:
26
27
virtual
bool
28
is_compatible(
const
typecheck
&other ) = 0;
29
30
virtual
std::size_t
31
type_size() = 0;
32
33
};
34
#endif
/* END _TYPECHECK_HPP_ */
typecheck
Definition:
typecheck.hpp:24
Generated on Thu Mar 19 2015 14:14:01 for RaftLib by
1.8.8