TpBluetoothService::Sequence 类
V0.2.1TpExtUtils
2025-11-14
基础信息
| 头文件: | include <TpBluetoothService.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | |
| 派生类: |
Public 成员函数
| Sequence() | ||
|---|---|---|
| Sequence(const Sequence &other) | ||
| Sequence(Sequence &&other) noexcept | ||
| ~Sequence() | ||
| Sequence & TpBluetoothService::Sequence::operator= | operator=(const Sequence &other) | |
| Sequence & TpBluetoothService::Sequence::operator= | operator=(Sequence &&other) noexcept | |
| Sequence & TpBluetoothService::Sequence::append | append(bool value) | |
| Sequence & TpBluetoothService::Sequence::append | append(int8_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(uint8_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(int16_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(uint16_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(int32_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(uint32_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(int64_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(uint64_t value) | |
| Sequence & TpBluetoothService::Sequence::append | append(float value) | |
| Sequence & TpBluetoothService::Sequence::append | append(double value) | |
| Sequence & TpBluetoothService::Sequence::append | append(const char *value) | |
| Sequence & TpBluetoothService::Sequence::append | append(const std::string &value) | |
| Sequence & TpBluetoothService::Sequence::append | append(const TpBluetoothUuid &value) | |
| Sequence & TpBluetoothService::Sequence::append | append(const Sequence &value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(bool value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(int8_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(uint8_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(int16_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(uint16_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(int32_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(uint32_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(int64_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(uint64_t value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(float value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(double value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(const char *value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(const std::string &value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(const TpBluetoothUuid &value) | |
| Sequence & TpBluetoothService::Sequence::operator<< | operator<<(const Sequence &value) | |
| const TpVariant & | at(size_t index) const | |
| TpVariant & | operator[](size_t index) | |
| size() const | ||
| isEmpty() const | ||
| clear() | ||
| boolValueAt(size_t index) const | ||
| int8ValueAt(size_t index) const | ||
| uint8ValueAt(size_t index) const | ||
| int16ValueAt(size_t index) const | ||
| uint16ValueAt(size_t index) const | ||
| int32ValueAt(size_t index) const | ||
| uint32ValueAt(size_t index) const | ||
| int64ValueAt(size_t index) const | ||
| uint64ValueAt(size_t index) const | ||
| floatValueAt(size_t index) const | ||
| doubleValueAt(size_t index) const | ||
| stringValueAt(size_t index) const | ||
| TpBluetoothUuid | uuidValueAt(size_t index) const | |
| Sequence TpBluetoothService::Sequence::sequenceValueAt | sequenceValueAt(size_t index) const | |
| const std::vector< TpVariant > & | getValues() const | |
| setValues(const std::vector< TpVariant > &values) |
