limits File Reference

#include <bits/c++config.h>

Include dependency graph for limits:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Classes

struct  std::numeric_limits_base
 Part of std::numeric_limits. More...
struct  std::numeric_limits< Type >
 Properties of fundamental types. More...

Enumerations

enum  std::float_round_style {
  std::round_indeterminate, std::round_toward_zero, std::round_to_nearest, std::round_toward_infinity,
  std::round_toward_neg_infinity
}
 Describes the rounding style for floating-point types. More...
enum  std::float_denorm_style { std::denorm_indeterminate, std::denorm_absent, std::denorm_present }
 Describes the denormalization for floating-point types. More...


Detailed Description

This is a Standard C++ Library header. You should include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.

Definition in file limits.


Generated on Thu Jan 3 20:54:07 2008 for libstdc++-v3 Source by  doxygen 1.5.4