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

Method setSize

src/dbal/DynamicStruct_impl.hpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147template <class Derived, class Container>
148template <class SubStruct>
149void
150DynamicStructBase<Derived, Container, Mutable>::setSize(
151 SubStruct& inSubStruct, size_t inSize) {
152
153 Base::mContainer.setSize(inSubStruct, inSize);
154}
155
156/**
157 * @brief Change the size of a sub-struct

Callers 2

resizeMethod · 0.80

Calls 5

endMethod · 0.80
eofMethod · 0.80
sizeMethod · 0.45
resizeMethod · 0.45
seekMethod · 0.45

Tested by

no test coverage detected