OSVR-Core
|
Header. More...
#include <osvr/Util/Flag.h>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <stddef.h>
#include <vector>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | osvr::util::detail::IndentFilter |
A boost::iostreams::output_filter that inserts the given number of spaces before the first character after a newline. More... | |
class | osvr::util::IndentingStream |
A boost::iostreams::filtering_ostream with a constructor that automatically sets it up to indent the first character after a newline the given number of spaces and forward the output to a std::ostream. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Header.