rounding_helper< floating< V > > Struct Template Reference

#include <rounded.hpp>

List of all members.

Classes

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename V>
struct mmx::rounding_helper< floating< V > >

Definition at line 401 of file rounded.hpp.


Member Typedef Documentation

Definition at line 419 of file rounded.hpp.

typedef mpfr_rnd_t rounding_mode

Definition at line 402 of file rounded.hpp.

Definition at line 418 of file rounded.hpp.


Member Function Documentation

static rounding_mode get_rounding (  )  [inline, static]

Definition at line 413 of file rounded.hpp.

00413                                               {
00414     return mmx_rounding_mode; }

static void set_rounding ( rounding_mode  r  )  [inline, static]

Definition at line 415 of file rounded.hpp.

00415                                                     {
00416     mmx_rounding_mode= r; }


Member Data Documentation

const bool exact_type = false [static]

Definition at line 417 of file rounded.hpp.


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1