OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
StrRef Member List

This is the complete list of members for StrRef, including all inherited members.

__attribute__((__warn_unused_result__)) bool empty() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const expr const Char *data() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const expr size_type size() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) size_type length() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _iterator begin() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _iterator end() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _iterator cbegin() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _iterator cend() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _reverse_iterator rbegin() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _reverse_iterator rend() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _reverse_iterator crbegin() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const _reverse_iterator crend() const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const Char &operator[](size_type index) const noexceptStrRefinline
__attribute__((__warn_unused_result__)) const Char &at(size_type index) constStrRefinline
back() const noexceptStrRefinline
const_iterator typedefStrRef
const_reverse_iterator typedefStrRef
front() const noexceptStrRefinline
iterator typedefStrRef
operator std::basic_string< Char >() constStrRefinline
reverse_iterator typedefStrRef
size_type typedefStrRef
StrRef()StrRefinline
StrRef(const Char *chars, size_t size) noexceptStrRefinline
StrRef(const Char *chars) noexceptStrRefinline
StrRef(const std::string &string)StrRefinline
swap(StrRef &other) noexceptStrRefinline