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

Function FCStack

extern/libcds/cds/intrusive/fcstack.h:145–150  ·  view source on GitHub ↗

Initializes empty stack object and gives flat combining parameters

Source from the content-addressed store, hash-verified

143
144 /// Initializes empty stack object and gives flat combining parameters
145 FCStack(
146 unsigned int nCompactFactor ///< Flat combining: publication list compacting factor
147 ,unsigned int nCombinePassCount ///< Flat combining: number of combining passes for combiner thread
148 )
149 : m_FlatCombining( nCompactFactor, nCombinePassCount )
150 {}
151
152 /// Inserts a new element at the top of stack
153 /**

Callers 1

fcstack.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected