libUTL++
|
This is the complete list of members for utl::CmdLineArgs, including all inherited members.
_isA(const RunTimeClass *runTimeClass) const | utl::Object | inline |
addOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
allocatedSize() const | utl::Object | |
clear() | utl::CmdLineArgs | |
CmdLineArgs(int argc, char **argv) | utl::CmdLineArgs | inline |
CmdLineArgs(const Array &args) | utl::CmdLineArgs | inline |
compare(const Object &rhs) const | utl::Object | virtual |
copy(const Object &rhs) | utl::Object | virtual |
copyFlags(const FlagsMI &rhs) | utl::FlagsMI | inlineprotected |
copyFlags(const FlagsMI &rhs, uint_t lsb, uint_t msb) | utl::FlagsMI | inlineprotected |
copyFlags(uint64_t flags, uint_t lsb, uint_t msb) | utl::FlagsMI | inlineprotected |
dump(Stream &os, uint_t level=uint_t_max) const | utl::Object | virtual |
dumpWithClassName(Stream &os, uint_t indent=4, uint_t level=uint_t_max) const | utl::Object | |
FlagsMI() | utl::FlagsMI | inlineprotected |
getArray() const | utl::CmdLineArgs | inline |
getFlag(uint_t flagNum) const | utl::FlagsMI | inlineprotected |
getFlags() const | utl::FlagsMI | inlineprotected |
getFlagsNumber(uint64_t mask, uint64_t shift=0) | utl::FlagsMI | inlineprotected |
getKey() const | utl::Object | virtual |
getProxiedObject() const | utl::Object | virtual |
getProxiedObject() | utl::Object | virtual |
hash(size_t size) const | utl::Object | virtual |
hasKey() const | utl::Object | inline |
idx() const | utl::CmdLineArgs | inline |
innerAllocatedSize() const | utl::Object | virtual |
isOwner() const | utl::CmdLineArgs | inline |
isSet(const String &sw, String *val=nullptr, size_t *swIdx=nullptr) | utl::CmdLineArgs | |
items() const | utl::CmdLineArgs | inline |
ok() const | utl::CmdLineArgs | inline |
operator String() const | utl::Object | |
operator!=(const Object &rhs) const | utl::Object | inline |
operator()(size_t idx) const | utl::CmdLineArgs | inline |
operator()(int idx) const | utl::CmdLineArgs | inline |
operator<(const Object &rhs) const | utl::Object | inline |
operator<=(const Object &rhs) const | utl::Object | inline |
operator==(const Object &rhs) const | utl::Object | inline |
operator>(const Object &rhs) const | utl::Object | inline |
operator>=(const Object &rhs) const | utl::Object | inline |
operator[](size_t idx) const | utl::CmdLineArgs | inline |
operator[](int idx) const | utl::CmdLineArgs | inline |
parse(int argc, char **argv) | utl::CmdLineArgs | |
parse(const Array &args) | utl::CmdLineArgs | |
printErrors(Stream &os, const String *prefix=nullptr) | utl::CmdLineArgs | |
removeOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
serialize(Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | virtual |
serializeBoxed(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | inlinestatic |
serializeIn(Stream &is, uint_t mode=ser_default) | utl::Object | inline |
serializeInBoxed(Stream &is, uint_t mode=ser_default) | utl::Object | static |
serializeInNullable(Stream &is, uint_t mode=ser_default) | utl::Object | static |
serializeNullable(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | static |
serializeOut(Stream &os, uint_t mode=ser_default) const | utl::Object | inline |
serializeOutBoxed(Stream &os, uint_t mode=ser_default) const | utl::Object | |
serializeOutNullable(const Object *object, Stream &os, uint_t mode=ser_default) | utl::Object | static |
setFlag(uint_t flagNum, bool val) | utl::FlagsMI | inlineprotected |
setFlags(uint64_t flags) | utl::FlagsMI | inlineprotected |
setFlagsNumber(uint64_t mask, uint64_t shift, uint64_t num) | utl::FlagsMI | inlineprotected |
setOwner(bool owner) | utl::CmdLineArgs | inline |
steal(Object &rhs) | utl::Object | virtual |
toString() const | utl::Object | virtual |
vclone(const Object &rhs) | utl::Object | virtual |
~FlagsMI() | utl::FlagsMI | inlineprotectedvirtual |