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

Function FCStack

extern/libcds/cds/container/fcstack.h:148–153  ·  view source on GitHub ↗

Initializes empty stack object and gives flat combining parameters

Source from the content-addressed store, hash-verified

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

Callers 1

fcstack.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected