#include "AnyType.h"#include "GraphPort.h"#include <stdlib.h>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | VGServer |
Functions | |
| template AnyType | VGServer::AnyType::binary_arith_op< std::divides, '/'> (const AnyType &b) const |
| template AnyType | VGServer::AnyType::binary_arith_op< std::minus, '-'> (const AnyType &b) const |
| template AnyType | VGServer::AnyType::binary_arith_op< std::multiplies, '*'> (const AnyType &b) const |
| template AnyType | VGServer::AnyType::binary_arith_op< std::plus, '+'> (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::equal_to, 0 > (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::greater, 3 > (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::greater_equal, 5 > (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::less, 2 > (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::less_equal, 4 > (const AnyType &b) const |
| template bool | VGServer::AnyType::binary_comp_op< std::not_equal_to, 1 > (const AnyType &b) const |
1.4.7