Developer documentation

mmx::realroot::system_ctrl< V > Struct Template Reference

#include <system_support.hpp>

Public Types

typedef int sz_t
 

Public Member Functions

 system_ctrl (V &v)
 
template<class _interval_ >
void output (_interval_ const *const dmns, sz_t nvars)
 

Static Public Member Functions

template<class _interval_ >
static bool check (_interval_ const *const, int)
 

Public Attributes

V & m_v
 

Member Typedef Documentation

template<class V>
typedef int mmx::realroot::system_ctrl< V >::sz_t

Constructor & Destructor Documentation

template<class V>
mmx::realroot::system_ctrl< V >::system_ctrl ( V &  v)
inline

Member Function Documentation

template<class V>
template<class _interval_ >
static bool mmx::realroot::system_ctrl< V >::check ( _interval_ const *  const,
int   
)
inlinestatic
template<class V>
template<class _interval_ >
void mmx::realroot::system_ctrl< V >::output ( _interval_ const *const  dmns,
sz_t  nvars 
)
inline

Member Data Documentation

template<class V>
V& mmx::realroot::system_ctrl< V >::m_v

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