|
CAPD::DynSys Library
6.0.0
|
Classes | |
| struct | interval_io_exception |
| union | a_diee |
| union | a_fiee |
| class | Primitive |
| struct | whitespace |
Functions | |
| void | readBitSet (std::istream &in, unsigned int n0, unsigned char *a) |
| void | readHexSet (std::istream &in, unsigned int n0, unsigned char *a) |
| void | readChar (std::istream &in, char c0) |
| template<typename N > | |
| N | constructFromBitSet (std::istream &) |
| template<typename N > | |
| N | constructFromBitSet (std::string &) |
| template<typename N > | |
| N | constructFromBitSet (char const *) |
| template<typename N > | |
| N | constructFromHexSet (std::istream &) |
| template<typename N > | |
| N | constructFromHexSet (std::string &) |
| template<typename N > | |
| N | constructFromHexSet (char const *) |
| template<typename WS > | |
| void | eatWS (std::istream &in) |
| template<> | |
| double | constructFromBitSet< double > (std::istream &in) |
| template<> | |
| float | constructFromBitSet< float > (std::istream &in) |
| template<> | |
| float | constructFromBitSet< float > (std::string &in) |
| template<> | |
| double | constructFromBitSet< double > (std::string &in) |
| template<> | |
| float | constructFromBitSet< float > (char const *in) |
| template<> | |
| double | constructFromBitSet< double > (char const *in) |
| template<> | |
| double | constructFromHexSet< double > (std::istream &in) |
| template<> | |
| float | constructFromHexSet< float > (std::istream &in) |
| template<> | |
| float | constructFromHexSet< float > (std::string &in) |
| template<> | |
| double | constructFromHexSet< double > (std::string &in) |
| template<> | |
| float | constructFromHexSet< float > (char const *in) |
| template<> | |
| double | constructFromHexSet< double > (char const *in) |
| template<typename N , bool upDo> | |
| N | inferFromString (std::string const &) |
| template<> | |
| double | inferFromString< double, false > (std::string const &) |
| template<> | |
| double | inferFromString< double, true > (std::string const &) |
| template<> | |
| float | inferFromString< float, false > (std::string const &) |
| template<> | |
| float | inferFromString< float, true > (std::string const &) |
| N capd::basicalg::constructFromBitSet | ( | char const * | ) |
| N capd::basicalg::constructFromBitSet | ( | std::istream & | ) |
| N capd::basicalg::constructFromBitSet | ( | std::string & | ) |
| double capd::basicalg::constructFromBitSet< double > | ( | char const * | in | ) |
| double capd::basicalg::constructFromBitSet< double > | ( | std::istream & | in | ) |
| double capd::basicalg::constructFromBitSet< double > | ( | std::string & | in | ) |
| float capd::basicalg::constructFromBitSet< float > | ( | char const * | in | ) |
| float capd::basicalg::constructFromBitSet< float > | ( | std::istream & | in | ) |
| float capd::basicalg::constructFromBitSet< float > | ( | std::string & | in | ) |
| N capd::basicalg::constructFromHexSet | ( | char const * | ) |
| N capd::basicalg::constructFromHexSet | ( | std::istream & | ) |
| N capd::basicalg::constructFromHexSet | ( | std::string & | ) |
| double capd::basicalg::constructFromHexSet< double > | ( | char const * | in | ) |
| double capd::basicalg::constructFromHexSet< double > | ( | std::istream & | in | ) |
| double capd::basicalg::constructFromHexSet< double > | ( | std::string & | in | ) |
| float capd::basicalg::constructFromHexSet< float > | ( | char const * | in | ) |
| float capd::basicalg::constructFromHexSet< float > | ( | std::istream & | in | ) |
| float capd::basicalg::constructFromHexSet< float > | ( | std::string & | in | ) |
| void capd::basicalg::eatWS | ( | std::istream & | in | ) |
| N capd::basicalg::inferFromString | ( | std::string const & | ) |
| double capd::basicalg::inferFromString< double, false > | ( | std::string const & | s | ) |
| double capd::basicalg::inferFromString< double, true > | ( | std::string const & | s | ) |
| float capd::basicalg::inferFromString< float, false > | ( | std::string const & | s | ) |
| float capd::basicalg::inferFromString< float, true > | ( | std::string const & | s | ) |
| void capd::basicalg::readBitSet | ( | std::istream & | in, |
| unsigned int | n0, | ||
| unsigned char * | a | ||
| ) |
| void capd::basicalg::readChar | ( | std::istream & | in, |
| char | c0 | ||
| ) |
| void capd::basicalg::readHexSet | ( | std::istream & | in, |
| unsigned int | n0, | ||
| unsigned char * | a | ||
| ) |