MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / string_buffer

Method string_buffer

cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace cpp_odbc { namespace level2 {
4
5string_buffer::string_buffer(signed short int capacity) :
6 data_(capacity),
7 used_size_(0)
8{
9}
10
11signed short int string_buffer::capacity() const
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected