realroot_doc 0.1.1
|
#include <system_support.hpp>
Definition at line 14 of file system_support.hpp.
typedef int sz_t |
Definition at line 16 of file system_support.hpp.
system_ctrl | ( | V & | v | ) | [inline] |
Definition at line 18 of file system_support.hpp.
: m_v(v) {};
static bool check | ( | _interval_ const * | const, |
int | |||
) | [inline, static] |
Definition at line 20 of file system_support.hpp.
{ return true; };
void output | ( | _interval_ const *const | dmns, |
sz_t | nvars | ||
) | [inline] |
Definition at line 22 of file system_support.hpp.
References system_ctrl< V >::m_v.
V& m_v |
Definition at line 17 of file system_support.hpp.
Referenced by system_ctrl< V >::output().