blocxx
|
#include "blocxx/BLOCXX_config.h"
#include <iosfwd>
#include "blocxx/Format.hpp"
#include "blocxx/Array.hpp"
#include "blocxx/String.hpp"
#include "blocxx/Reference.hpp"
#include "blocxx/Reference.hpp"
Go to the source code of this file.
Classes | |
class | BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReferenceBase |
class | BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T > |
class | BLOCXX_NAMESPACE::DelayedFormat |
This is a class similar to the blocxx format, except that all arguments are bound by reference and the formatting is performed at a later point in time. More... | |
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
namespace | BLOCXX_NAMESPACE::DelayedFormatInternals |
Functions | |
std::ostream & | BLOCXX_NAMESPACE::DelayedFormatInternals::operator<< (std::ostream &o, const DelayedFormatReferenceBase &s) |