realroot_doc 0.1.1
Interval< T, r >::extended Struct Reference

#include <Interval.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class T, int r = 3>
struct mmx::Interval< T, r >::extended

Definition at line 50 of file Interval.hpp.


Constructor & Destructor Documentation

extended ( const T &  c,
const T &  d 
) [inline]

Definition at line 50 of file Interval.hpp.

References Interval< T, r >::extended::extended().

Referenced by Interval< T, r >::extended::extended().

{ T a,b; extended( const T& c, const T& d ) { a = c; b = d; }; };

Member Data Documentation

T a

Definition at line 50 of file Interval.hpp.

T b

Definition at line 50 of file Interval.hpp.


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