The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
tconfig_implementation Struct Reference

Static Public Member Functions

template<class T >
static utils::tconst_clone
< config, T >::reference 
child (T config, const std::string &key, const std::string &parent)
 Implementation for the wrappers for [const] config& child(const std::string& key, const std::string& parent);. More...
 

Detailed Description

Definition at line 62 of file config.cpp.

Member Function Documentation

template<class T >
static utils::tconst_clone<config, T>::reference tconfig_implementation::child ( config,
const std::string key,
const std::string parent 
)
inlinestatic

Implementation for the wrappers for [const] config& child(const std::string& key, const std::string& parent);.

Template Parameters
TA pointer to the config.
Todo:
Implement a proper wml_exception here.

at the moment there seem to be dependency issues, which i don't want to fix right now.

Definition at line 72 of file config.cpp.

References error().

Referenced by config::child().


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