InspIRCd
2.0
|
This is the complete list of members for ConfigTag, including all inherited members.
create(const std::string &Tag, const std::string &file, int line, std::vector< KeyVal > *&Items) | ConfigTag | static |
getBool(const std::string &key, bool def=false) | ConfigTag | |
getFloat(const std::string &key, double def=0) | ConfigTag | |
getInt(const std::string &key, long def=0) | ConfigTag | |
getItems() const (defined in ConfigTag) | ConfigTag | inline |
GetReferenceCount() const (defined in refcountbase) | refcountbase | inline |
getString(const std::string &key, const std::string &def="") | ConfigTag | |
getTagLocation() (defined in ConfigTag) | ConfigTag | |
operator delete(void *) (defined in refcountbase) | refcountbase | static |
operator new(size_t, void *m) (defined in refcountbase) | refcountbase | inlinestatic |
operator new(size_t) (defined in refcountbase) | refcountbase | static |
readString(const std::string &key, std::string &value, bool allow_newline=false) | ConfigTag | |
refcount_dec() const (defined in refcountbase) | refcountbase | inline |
refcount_inc() const (defined in refcountbase) | refcountbase | inline |
refcountbase() (defined in refcountbase) | refcountbase | |
src_line (defined in ConfigTag) | ConfigTag | |
src_name (defined in ConfigTag) | ConfigTag | |
tag (defined in ConfigTag) | ConfigTag | |
~refcountbase() (defined in refcountbase) | refcountbase | virtual |