| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected