TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::ConfigSection, including all inherited members.
append(const UString &entry, const UString &val) | ts::ConfigSection | |
append(const UString &entry, const UChar *val) | ts::ConfigSection | inline |
append(const UString &entry, const UStringVector &val) | ts::ConfigSection | |
append(const UString &entry, bool val) | ts::ConfigSection | |
append(const UString &entry, const std::vector< bool > &val) | ts::ConfigSection | |
append(const UString &entry, const INT &val) | ts::ConfigSection | |
append(const UString &entry, const std::vector< INT > &val) | ts::ConfigSection | |
boolValue(const UString &entry, size_t index=0, bool defvalue=false) const | ts::ConfigSection | |
ConfigSection()=default | ts::ConfigSection | |
deleteEntry(const UString &entry) | ts::ConfigSection | inline |
entryCount() const | ts::ConfigSection | inline |
getEntryNames(UStringVector &names) const | ts::ConfigSection | |
reset() | ts::ConfigSection | |
save(std::ostream &strm) const | ts::ConfigSection | |
set(const UString &entry, const UString &val) | ts::ConfigSection | |
set(const UString &entry, const UChar *val) | ts::ConfigSection | inline |
set(const UString &entry, const UStringVector &val) | ts::ConfigSection | |
set(const UString &entry, bool val) | ts::ConfigSection | |
set(const UString &entry, const std::vector< bool > &val) | ts::ConfigSection | |
set(const UString &entry, const INT &val) | ts::ConfigSection | inline |
set(const UString &entry, const std::vector< INT > &val) | ts::ConfigSection | |
value(const UString &entry, size_t index=0, const UString &defvalue=UString()) const | ts::ConfigSection | |
value(const UString &entry, size_t index=0, const INT &defvalue=static_cast< INT >(0)) const | ts::ConfigSection | |
valueCount(const UString &entry) const | ts::ConfigSection |