clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | List of all members
Clasp::Range< T > Struct Template Reference

#include <misc_types.h>

Inheritance diagram for Clasp::Range< T >:
Inheritance graph
Collaboration diagram for Clasp::Range< T >:
Collaboration graph

Public Member Functions

 Range (T x, T y)
 
clamp (T val) const
 

Public Attributes

lo
 
hi
 

Constructor & Destructor Documentation

template<class T>
Clasp::Range< T >::Range ( x,
y 
)
inline

Member Function Documentation

template<class T>
T Clasp::Range< T >::clamp ( val) const
inline

Member Data Documentation

template<class T>
T Clasp::Range< T >::hi
template<class T>
T Clasp::Range< T >::lo

The documentation for this struct was generated from the following file: