SoDaFormat-1.0.0-main:f160581
1.0.0
|
#include <string>
#include <exception>
#include <iostream>
#include <list>
Go to the source code of this file.
Classes | |
class | SoDa::Format |
A format object that may be "filled in" with integer, float, double, string, or character values. More... | |
class | SoDa::Format::BadFormat |
Exception to announce that there was something wrong with the format string, or that too many values were supplied. More... | |
Namespaces | |
SoDa | |
Not much else is spelled that way, so we're probably not going to have too many collisions with code written by other people. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SoDa::Format &f) |
Definition in file Format.hxx.
std::ostream& operator<< | ( | std::ostream & | os, |
const SoDa::Format & | f | ||
) |
Definition at line 218 of file Format.cxx.
References SoDa::Format::str().