add example bindings configuration file with comprehensive description
This commit is contained in:
@@ -113,7 +113,7 @@ struct BindingsConfiguration
|
||||
typedef BindingsMap::const_iterator ConstBindingIterator;
|
||||
|
||||
bool read(const std::string &file);
|
||||
void generateDefault();
|
||||
void generateDefaults();
|
||||
|
||||
std::pair<BindingIterator, BindingIterator> get(const Key &k) {
|
||||
return m_bindings.equal_range(k);
|
||||
|
||||
Reference in New Issue
Block a user