Dev Essential  1.6.3
Loading...
Searching...
No Matches
map_assignment.h File Reference
#include <a_util/result.h>
#include <a_util/xml.h>
#include <string>
#include <vector>
Include dependency graph for map_assignment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ddl::mapping::MapAssignment
 

Namespaces

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

Typedefs

typedef std::vector< std::string > ddl::mapping::MapErrorList
 container type for mapping errors
 
typedef std::vector< MapAssignmentddl::mapping::MapAssignmentList
 Public composite types used in the mapping::dd namespace.
 

Functions

bool ddl::mapping::operator== (const MapAssignment &a, const MapAssignment &b)
 compares the Assignments
 
bool ddl::mapping::operator!= (const MapAssignment &a, const MapAssignment &b)
 compares the Assignments
 

Detailed Description