Developer documentation

mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t Struct Reference

#include <system_system.h>

Public Member Functions

 rstcmd_t ()
 
 rstcmd_t (int t, const creal_t &a, const creal_t &b)
 

Public Attributes

int m_type
 
creal_t m_aa
 
creal_t m_ab
 
creal_t m_ba
 
creal_t m_bb
 

Static Public Attributes

static const int RSTCMDRL = 0
 
static const int RSTCMDLR = 1
 

Constructor & Destructor Documentation

template<typename real_t, bool rsafe = false, bool tsafe = false>
mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::rstcmd_t ( )
inline
template<typename real_t, bool rsafe = false, bool tsafe = false>
mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::rstcmd_t ( int  t,
const creal_t a,
const creal_t b 
)
inline

Member Data Documentation

template<typename real_t, bool rsafe = false, bool tsafe = false>
creal_t mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::m_aa
template<typename real_t, bool rsafe = false, bool tsafe = false>
creal_t mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::m_ab
template<typename real_t, bool rsafe = false, bool tsafe = false>
creal_t mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::m_ba
template<typename real_t, bool rsafe = false, bool tsafe = false>
creal_t mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::m_bb
template<typename real_t, bool rsafe = false, bool tsafe = false>
int mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::m_type
template<typename real_t, bool rsafe = false, bool tsafe = false>
const int mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::RSTCMDLR = 1
static
template<typename real_t, bool rsafe = false, bool tsafe = false>
const int mmx::realroot::system< real_t, rsafe, tsafe >::rstcmd_t::RSTCMDRL = 0
static

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