MCPcopy Create free account
hub / github.com/avaneev/biteopt / CTestOpt

Method CTestOpt

tests/tester.h:211–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 #endif // OPT_THREADS && OPT_TIME
210
211 CTestOpt()
212 : Dims( 0 )
213 , minv( NULL )
214 , maxv( NULL )
215 , shifts( NULL )
216 , signs( NULL )
217 , tp( NULL )
218 , tp2( NULL )
219 #if OPT_STATS
220 , SelAlloc( 0 )
221 #endif // OPT_STATS
222 {
223 #if OPT_STATS
224 memset( Sels, 0, sizeof( Sels ));
225 #endif // OPT_STATS
226 }
227
228 virtual ~CTestOpt()
229 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected