15 #ifndef CYCLERHOLDER_H 16 #define CYCLERHOLDER_H 18 #include "pandabase.h" 19 #include "pipelineCyclerBase.h" 31 INLINE ~CyclerHolder();
33 INLINE CyclerHolder(
const CyclerHolder ©);
34 INLINE
void operator = (
const CyclerHolder ©);
42 #include "cyclerHolder.I" A lightweight C++ object whose constructor calls acquire() and whose destructor calls release() on a ...
This is the trivial, non-threaded implementation of PipelineCyclerBase.