clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Classes | Namespaces | Macros | Functions
value_store.h File Reference
#include <typeinfo>
Include dependency graph for value_store.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  detail::VTable< T >
 
struct  detail::OptVTable< T >
 
struct  detail::bool2type< bool >
 

Namespaces

 detail
 

Macros

#define PROGRAM_OPTIONS_VALUE_STORE_IMPL_H_INCLUDED
 

Functions

template<class T >
vptr_type detail::vtable_select (bool2type< 0 >, const T *=0)
 
template<class T >
vptr_type detail::vtable_select (bool2type< 1 >, const T *=0)
 
template<class T >
vptr_type detail::vtable (const T *x)
 
template<class T >
vptr_type detail::base_vtable (const T *x)
 

Macro Definition Documentation

#define PROGRAM_OPTIONS_VALUE_STORE_IMPL_H_INCLUDED