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

Definition at line 397 of file rounded.hpp.

typedef int rounding_mode

Definition at line 380 of file rounded.hpp.

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.

00391                                               {
00392     return fegetround (); }

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

Definition at line 393 of file rounded.hpp.

00393                                                     {
00394     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:

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1