|
bit7z 4.0.9
A C++ library for interfacing with the 7-zip shared libs.
|
This is the complete list of members for BitPropVariant, including all inherited members.
| BitPropVariant() | BitPropVariant | |
| BitPropVariant(const BitPropVariant &other) | BitPropVariant | |
| BitPropVariant(BitPropVariant &&other) noexcept | BitPropVariant | |
| BitPropVariant(bool value) noexcept | BitPropVariant | explicit |
| BitPropVariant(const wchar_t *value) | BitPropVariant | explicit |
| BitPropVariant(const std::wstring &value) | BitPropVariant | explicit |
| BitPropVariant(uint8_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(uint16_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(uint32_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(uint64_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(int8_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(int16_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(int32_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(int64_t value) noexcept | BitPropVariant | explicit |
| BitPropVariant(FILETIME value) noexcept | BitPropVariant | explicit |
| clear() noexcept | BitPropVariant | |
| getBool() const -> bool | BitPropVariant | |
| getFileTime() const -> FILETIME | BitPropVariant | |
| getInt16() const -> int16_t | BitPropVariant | |
| getInt32() const -> int32_t | BitPropVariant | |
| getInt64() const -> int64_t | BitPropVariant | |
| getInt8() const -> int8_t | BitPropVariant | |
| getNativeString() const -> native_string | BitPropVariant | |
| getString() const -> tstring | BitPropVariant | |
| getTimePoint() const -> time_type | BitPropVariant | |
| getUInt16() const -> uint16_t | BitPropVariant | |
| getUInt32() const -> uint32_t | BitPropVariant | |
| getUInt64() const -> uint64_t | BitPropVariant | |
| getUInt8() const -> uint8_t | BitPropVariant | |
| isBool() const noexcept -> bool | BitPropVariant | |
| isEmpty() const noexcept -> bool | BitPropVariant | |
| isFileTime() const noexcept -> bool | BitPropVariant | |
| isInt16() const noexcept -> bool | BitPropVariant | |
| isInt32() const noexcept -> bool | BitPropVariant | |
| isInt64() const noexcept -> bool | BitPropVariant | |
| isInt8() const noexcept -> bool | BitPropVariant | |
| isString() const noexcept -> bool | BitPropVariant | |
| isUInt16() const noexcept -> bool | BitPropVariant | |
| isUInt32() const noexcept -> bool | BitPropVariant | |
| isUInt64() const noexcept -> bool | BitPropVariant | |
| isUInt8() const noexcept -> bool | BitPropVariant | |
| operator=(const BitPropVariant &other) -> BitPropVariant & | BitPropVariant | |
| operator=(BitPropVariant &&other) noexcept -> BitPropVariant & | BitPropVariant | |
| operator=(const T &value) noexcept(std::is_integral< T >::value) -> BitPropVariant & | BitPropVariant | inline |
| toString() const -> tstring | BitPropVariant | |
| type() const -> BitPropVariantType | BitPropVariant | |
| ~BitPropVariant() | BitPropVariant |