CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::JobTypeHolder< T > Class Template Reference

#include <job_timer.hpp>

Inheritance diagram for CppAD::cg::JobTypeHolder< T >:
Inheritance graph
Collaboration diagram for CppAD::cg::JobTypeHolder< T >:
Collaboration graph

Static Public Attributes

static const JobType DEFAULT
 
static const JobType LOOP_DETECTION
 
static const JobType GRAPH
 
static const JobType SOURCE_FOR_MODEL
 
static const JobType SOURCE_GENERATION
 
static const JobType COMPILING_FOR_MODEL
 
static const JobType COMPILING
 
static const JobType COMPILING_DYNAMIC_LIBRARY
 
static const JobType DYNAMIC_MODEL_LIBRARY
 
static const JobType STATIC_MODEL_LIBRARY
 
static const JobType ASSEMBLE_STATIC_LIBRARY
 
static const JobType JIT_MODEL_LIBRARY
 

Detailed Description

template<int T = 0>
class CppAD::cg::JobTypeHolder< T >

Holds several job types

Definition at line 66 of file job_timer.hpp.

Member Data Documentation

◆ ASSEMBLE_STATIC_LIBRARY

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::ASSEMBLE_STATIC_LIBRARY
static

Definition at line 78 of file job_timer.hpp.

◆ COMPILING

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::COMPILING
static

Definition at line 74 of file job_timer.hpp.

◆ COMPILING_DYNAMIC_LIBRARY

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::COMPILING_DYNAMIC_LIBRARY
static

Definition at line 75 of file job_timer.hpp.

◆ COMPILING_FOR_MODEL

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::COMPILING_FOR_MODEL
static

Definition at line 73 of file job_timer.hpp.

◆ DEFAULT

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::DEFAULT
static

Definition at line 68 of file job_timer.hpp.

◆ DYNAMIC_MODEL_LIBRARY

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::DYNAMIC_MODEL_LIBRARY
static

Definition at line 76 of file job_timer.hpp.

◆ GRAPH

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::GRAPH
static

Definition at line 70 of file job_timer.hpp.

◆ JIT_MODEL_LIBRARY

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::JIT_MODEL_LIBRARY
static

Definition at line 79 of file job_timer.hpp.

◆ LOOP_DETECTION

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::LOOP_DETECTION
static

Definition at line 69 of file job_timer.hpp.

◆ SOURCE_FOR_MODEL

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::SOURCE_FOR_MODEL
static

Definition at line 71 of file job_timer.hpp.

◆ SOURCE_GENERATION

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::SOURCE_GENERATION
static

Definition at line 72 of file job_timer.hpp.

◆ STATIC_MODEL_LIBRARY

template<int T>
const JobType CppAD::cg::JobTypeHolder< T >::STATIC_MODEL_LIBRARY
static

Definition at line 77 of file job_timer.hpp.


The documentation for this class was generated from the following file: