numerix_doc 0.4
rounding_helper< double > Struct Reference

#include <rounded.hpp>

List of all members.

Classes

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

Definition at line 379 of file rounded.hpp.


Member Typedef Documentation

typedef rounded_operations<rounded_global<MMX_ROUND_DOWN> > DV

Definition at line 397 of file rounded.hpp.

typedef int rounding_mode

Definition at line 380 of file rounded.hpp.

typedef rounded_operations<rounded_global<MMX_ROUND_UP> > UV

Definition at line 396 of file rounded.hpp.


Member Function Documentation

static rounding_mode get_rounding ( ) [inline, static]

Definition at line 391 of file rounded.hpp.

                                              {
    return fegetround (); }
static void set_rounding ( rounding_mode  r) [inline, static]

Definition at line 393 of file rounded.hpp.

                                                    {
    fesetround (r); }

Member Data Documentation

const bool exact_type = false [static]

Definition at line 395 of file rounded.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines