#include "blocxx/BLOCXX_config.h"
#include "blocxx/CommonFwd.hpp"
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Classes | |
class | BLOCXX_NAMESPACE::Bool |
The Bool class is an abstraction for the boolean data type. More... | |
Functions | |
std::ostream & | BLOCXX_NAMESPACE::operator<< (std::ostream &ostrm, const Bool &arg) |
Insert the string representation of a Bool object into a given stream. |