#include <ostream>
Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| This namespace comprises all of the symbols defined in the dlr_libs suite of libraries. | |
| namespace | dlr::common |
| This namespace contains classes, functions and typedefs for working with exceptions, reference counting, portable numeric types, checking and switching byte order, extending the standard library, and more. | |
Functions | |
| template<class Type > | |
| std::ostream & | dlr::common::addArgumentDescription (std::ostream &outputStream, const Type &argument) |
| This function template is responsible deciding how to print argument values during a stack trace. | |
Copyright (c) 2005-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file argumentDescription.h.
1.5.8