MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / InputDevices

Method InputDevices

src/isql/InputDevices.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121inline InputDevices::InputDevices()
122 : m_count(0), m_head(0), m_ifp(0, "", ""), m_ofp(0, "", ""), commands(*getDefaultMemoryPool())
123{
124}
125
126inline InputDevices::InputDevices(Firebird::MemoryPool& p)
127 : m_count(0), m_head(0), m_ifp(0, "", ""), m_ofp(0, "", ""), commands(p)

Callers

nothing calls this directly

Calls 1

getDefaultMemoryPoolFunction · 0.85

Tested by

no test coverage detected