|
VideoTools
|
#include "gdef.h"#include "gexception.h"#include "glog.h"#include <map>#include <vector>#include <string>Go to the source code of this file.
Classes | |
| class | G::Item |
| A variant class holding a string, an item map keyed by name, or an ordered list of items. More... | |
Namespaces | |
| G | |
| Low-level classes for o/s services. | |
Functions | |
| std::ostream & | G::operator<< (std::ostream &stream, const Item &item) |
| std::istream & | G::operator>> (std::istream &stream, Item &item) |