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

Function FCQueue

extern/libcds/cds/container/fcqueue.h:149–154  ·  view source on GitHub ↗

Initializes empty queue object and gives flat combining parameters

Source from the content-addressed store, hash-verified

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

Callers 1

fcqueue.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected