B2BITS FIX Antenna HFT
1.0.16
|
This is the complete list of members for Utils::RawBuffer, including all inherited members.
alloc(unsigned size) | Utils::RawBuffer | inline |
append(const char v) | Utils::RawBuffer | inline |
append(const char *str) | Utils::RawBuffer | inline |
append(const std::string &str) | Utils::RawBuffer | inline |
append(const char *str, unsigned size) | Utils::RawBuffer | inline |
append(const RawBuffer *rb) | Utils::RawBuffer | inline |
append(const RawBuffer &rb) | Utils::RawBuffer | inline |
assign(char *storage, unsigned capacity) | Utils::RawBuffer | inline |
begin() | Utils::RawBuffer | inline |
begin() const | Utils::RawBuffer | inline |
capacity() const | Utils::RawBuffer | inline |
CAPACITY_MULTIPLIER | Utils::RawBuffer | static |
clear() | Utils::RawBuffer | inline |
copy(char const *buffer, unsigned size) | Utils::RawBuffer | inline |
dispose() | Utils::RawBuffer | inline |
end() | Utils::RawBuffer | inline |
end() const | Utils::RawBuffer | inline |
erase(unsigned n) | Utils::RawBuffer | |
fromRaw(const char *buf, unsigned size) | Utils::RawBuffer | static |
get() | Utils::RawBuffer | inline |
get() const | Utils::RawBuffer | inline |
getBuffer() const | Utils::RawBuffer | inline |
getBuffer() | Utils::RawBuffer | inline |
getString() const | Utils::RawBuffer | inline |
insert(const char *str, unsigned size) | Utils::RawBuffer | inline |
insert(int pos, const char *str, unsigned size) | Utils::RawBuffer | inline |
operator!=(const RawBuffer &right) const | Utils::RawBuffer | inline |
operator<<(std::ostream &os, const RawBuffer &aRB) | Utils::RawBuffer | friend |
operator==(const RawBuffer &right) const | Utils::RawBuffer | inline |
operator[](unsigned offset) const | Utils::RawBuffer | inline |
operator[](unsigned offset) | Utils::RawBuffer | inline |
RawBuffer() | Utils::RawBuffer | inline |
RawBuffer(const char *str, unsigned size) | Utils::RawBuffer | inlineexplicit |
RawBuffer(const std::string &str) | Utils::RawBuffer | inlineexplicit |
RawBuffer(const RawBuffer &rh) | Utils::RawBuffer | |
release() | Utils::RawBuffer | inline |
reserve(unsigned n, int capacity_multiplier=CAPACITY_MULTIPLIER) | Utils::RawBuffer | inline |
resize(unsigned newSize) | Utils::RawBuffer | inline |
size() const | Utils::RawBuffer | inline |
toRaw(RawBuffer *buf) const | Utils::RawBuffer | |
~RawBuffer() | Utils::RawBuffer | inline |