Dev Essential  1.6.3
Loading...
Searching...
No Matches
ddl::mapping::MapHeader Class Reference

#include <map_header.h>

Public Member Functions

 MapHeader ()
 
const std::string & getDescription () const
 
const std::string & getDllPaths () const
 
const std::string & getLanguageVersion () const
 
const std::string & getAuthor () const
 
const std::string & getCreationDate () const
 
const std::string & getModificationDate () const
 

Detailed Description

MapHeader contains all information from the header-Tag of a mapping configuration

Constructor & Destructor Documentation

◆ MapHeader()

ddl::mapping::MapHeader::MapHeader ( )

CTOR

Member Function Documentation

◆ getAuthor()

const std::string & ddl::mapping::MapHeader::getAuthor ( ) const

Returns the author from the author-header tag or an empty string

Returns
the author

◆ getCreationDate()

const std::string & ddl::mapping::MapHeader::getCreationDate ( ) const

Returns the date from the date_creation-header tag or an empty string

Returns
the date of creation

◆ getDescription()

const std::string & ddl::mapping::MapHeader::getDescription ( ) const

Returns the description from the header tag or an empty string

Returns
the description

◆ getDllPaths()

const std::string & ddl::mapping::MapHeader::getDllPaths ( ) const

Returns the list of dll paths from the "ddl" header tag or an empty string

Returns
the dll paths

◆ getLanguageVersion()

const std::string & ddl::mapping::MapHeader::getLanguageVersion ( ) const

Returns the version from the language_version-header tag or an empty string

Returns
the language version

◆ getModificationDate()

const std::string & ddl::mapping::MapHeader::getModificationDate ( ) const

Returns the date from the date_change-header tag or an empty string

Returns
the modification date

The documentation for this class was generated from the following file: