MCPcopy Create free account
hub / github.com/bytedance/dplm / pstream_common

Method pstream_common

analysis/TMscore.cpp:2231–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2229 /** Creates an uninitialised stream. */
2230 template <typename C, typename T>
2231 inline
2232 pstream_common<C,T>::pstream_common()
2233 : std::basic_ios<C,T>(NULL)
2234 , command_()
2235 , buf_()
2236 {
2237 this->std::basic_ios<C,T>::rdbuf(&buf_);
2238 }
2239
2240 /**
2241 * Initialises the stream buffer by calling

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected