ADTF
Loading...
Searching...
No Matches
map_source.h File Reference
#include <a_util/result.h>
#include <a_util/xml.h>
#include <set>
#include <vector>
Include dependency graph for map_source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ddl::mapping::MapSource
 

Namespaces

namespace  ddl
 definition of the ddl namespace
 
namespace  ddl::mapping
 definition of the mapping namespace
 

Typedefs

typedef std::vector< MapSourceddl::mapping::MapSourceList
 Public composite types used in the mapping::dd namespace.
 
typedef std::set< std::string > ddl::mapping::MapSourceNameList
 defintion of MapSource name list
 

Functions

bool ddl::mapping::operator== (const MapSource &a, const MapSource &b)
 compares MapSources in type and name
 
bool ddl::mapping::operator!= (const MapSource &a, const MapSource &b)
 compares MapSources in type and name
 

Detailed Description