realroot_doc 0.1.1
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.

: m_v(v) {};

Member Function Documentation

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.

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

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: