#include <string>
#include <stdexcept>
#include <functional>
#include <ostream>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
| namespace | stx |
Classes | |
| class | stx::AnyScalar |
| AnyScalar constructs objects holding a typed scalar value. More... | |
| union | stx::AnyScalar::value_t |
| Union type to holding the current value of an AnyScalar. More... | |
Functions | |
| static std::ostream & | stx::operator<< (std::ostream &stream, const AnyScalar &as) |
| Make AnyScalar outputtable to ostream. | |
Definition in file AnyScalar.h.
1.5.2