B2BITS CME MDP Handler API Reference
|
#include <B2BITS_SbeTypes.h>
Public Member Functions | |
StringRef () | |
StringRef (const char *aData) | |
StringRef (const char *aData, size_t aSize) | |
char const * | data () const |
char * | data () |
std::size_t | size () const |
char const * | begin () const |
char const * | end () const |
char const & | operator[] (std::size_t index) const |
std::string | toStdString () const |
void | toStdString (std::string &str) const |
|
inline |
|
inline |
|
inline |
|
inline |
References StringRef::cdata_.
Referenced by StringRef::operator[](), and B2Bits::Sbe::setAlpha().
|
inline |
References StringRef::data_.
|
inline |
Referenced by B2Bits::Sbe::setAlpha().
|
inline |
References StringRef::cdata_.
|
inline |
References StringRef::cdata_.
|
inline |
References StringRef::data().
|
inline |
References StringRef::cdata_.
|
inline |
References StringRef::cdata_.
const char* cdata_ |
Referenced by StringRef::begin(), StringRef::data(), StringRef::end(), and StringRef::toStdString().
char* data_ |
Referenced by StringRef::data().