MCPcopy Create free account
hub / github.com/apache/madlib / ptr

Method ptr

src/dbal/ByteStream_impl.hpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
150inline
151const typename ByteStream<StreamBuf, TypeTraits, IsMutable>::char_type*
152ByteStream<StreamBuf, TypeTraits, IsMutable>::ptr() const {
153 return mStreamBuf->ptr();
154}
155
156template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
157inline

Callers 2

readMethod · 0.95
seekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected