|
Dev Essential
|
#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 |
MapHeader contains all information from the header-Tag of a mapping configuration
| ddl::mapping::MapHeader::MapHeader | ( | ) |
CTOR
| const std::string & ddl::mapping::MapHeader::getAuthor | ( | ) | const |
Returns the author from the author-header tag or an empty string
| const std::string & ddl::mapping::MapHeader::getCreationDate | ( | ) | const |
Returns the date from the date_creation-header tag or an empty string
| const std::string & ddl::mapping::MapHeader::getDescription | ( | ) | const |
Returns the description from the header tag or an empty string
| const std::string & ddl::mapping::MapHeader::getDllPaths | ( | ) | const |
Returns the list of dll paths from the "ddl" header tag or an empty string
| const std::string & ddl::mapping::MapHeader::getLanguageVersion | ( | ) | const |
Returns the version from the language_version-header tag or an empty string
| const std::string & ddl::mapping::MapHeader::getModificationDate | ( | ) | const |
Returns the date from the date_change-header tag or an empty string