#include <iostream>
#include <map>
#include <string>
#include "DetectorDescription/RegressionTest/src/TagName.h"
#include "DataFormats/Math/interface/Graph.h"
#include "DataFormats/Math/interface/GraphWalker.h"
Go to the source code of this file.
Classes | |
class | AnotherDummy |
Typedefs | |
using | AttList = std::map< AttName, AttValue > |
using | AttName = TagName |
using | AttValue = TagName |
using | NodeName = TagName |
using | TinyDom = math::Graph< NodeName, AttList > |
using | TinyDomWalker = math::GraphWalker< NodeName, AttList > |
Functions | |
void | TinyDomPrettyPrint (std::ostream &, const TinyDom &) |
using TinyDomWalker = math::GraphWalker<NodeName, AttList> |
void TinyDomPrettyPrint | ( | std::ostream & | , |
const TinyDom & | |||
) |