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

Method AutoRestore

src/common/classes/stack.h:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 {
211 public:
212 explicit AutoRestore(Stack<Object, Capacity>& s)
213 : stack(s),
214 count(s.getCount())
215 {
216 }
217
218 ~AutoRestore()
219 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected