system_ctrl< V > Struct Template Reference

#include <system_support.hpp>

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

template<class V>
struct mmx::realroot::system_ctrl< V >

Definition at line 14 of file system_support.hpp.


Member Typedef Documentation

typedef int sz_t

Definition at line 16 of file system_support.hpp.


Constructor & Destructor Documentation

system_ctrl ( V &  v  )  [inline]

Definition at line 18 of file system_support.hpp.

00018 : m_v(v) {};


Member Function Documentation

static bool check ( _interval_ const *  const,
int   
) [inline, static]

Definition at line 20 of file system_support.hpp.

00020 { 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.

00023     {
00024       //      std::cout << "OUTPUT\n";
00025       //      vctops::print(dmns,nvars);
00026       //      std::cout << std::endl;
00027       for ( sz_t i = 0; i < nvars; i ++ )
00028         m_v.push_back( dmns[i].lower() ), 
00029           m_v.push_back( dmns[i].upper() );
00030     };


Member Data Documentation

V& m_v

Definition at line 17 of file system_support.hpp.

Referenced by system_ctrl< V >::output().


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

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1