Elements
6.2
A C++ base framework for the Euclid Software.
|
▼NElements | |
▼NExamples | |
CAnotherSimpleProgram | Example of an Elements program |
CBackTrace | |
CCCfits | |
CCfitsio | |
CClassExample | An class example |
CClassExample2 | |
CDataSourceInterface | This class has been created to demonstrate unit testing. It is an Interface over a DataSource (a File, a DataBase Table, ...) |
CDataSourceUser | This class has been created to demonstrate unit testing. It manipulates an object implementing DataSourceInterface |
CEigen | |
CFftw | |
CFloatPrecision | |
CGnuAstro | |
CGsl | |
CHealpix | |
COpenMP | |
CPiCalculator | |
CProgram | Simple example of an Elements program |
CProgramWithArguments | Example of an Elements program |
CRectangle | |
CSimpleProgram | Example of an Elements program |
CSwigClassExample | |
CTemplatedDataSourceUser | This class has been created to demonstrate unit testing. It manipulate an object representing a DataSource using template to achieve polymorphism |
CUnitTestExample | This class has been created to demonstrate unit testing |
CWcs | |
CXerces | |
▼NKernel | |
▼NServices | |
▼NDataSync | |
CConnectionConfiguration | The connection configuration mainly holds: |
CDataSync | A class to download test data from a data repository prior to the unit test run |
CDataSynchronizer | Base class to synchronize test data |
CDependencyConfiguration | The dependency configurations holds, for each test file to be retrieved: |
CDownloadFailed | An exception raised when downloading fails |
CIrodsSynchronizer | A data synchronizer for iRODS hosts |
CUnknownHost | Exception raised when a hosting solution is not supported by the tool |
CWebdavSynchronizer | A data synchronizer for WebDAV hosts |
▼NDataSync | |
CConnectionConfiguration | The connection configuration mainly holds: |
CDataSync | A class to download test data from a data repository prior to the unit test run |
CDataSynchronizer | Base class to synchronize test data |
CDependencyConfiguration | The dependency configurations holds, for each test file to be retrieved: |
CDownloadFailed | An exception raised when downloading fails |
CIrodsSynchronizer | A data synchronizer for iRODS hosts |
CUnknownHost | Exception raised when a hosting solution is not supported by the tool |
CWebdavSynchronizer | A data synchronizer for WebDAV hosts |
▼NSystem | |
CModuleInfo | |
▼CEnvironment | Python dictionary-like Environment interface |
CVariable | Proxy class to overload the assignment |
▼CException | Elements base exception class |
CExitCodeHelper | |
CExitCodeHelper< First, Rest... > | |
CExitCodeHelper< Last > | |
▼CFloatingPoint | |
CFloatingPointUnion | |
▼CLogging | Logging API of the Elements framework |
CLogMessageStream | A helper class for logging messages using the "<<" operator |
CModule | |
COptionException | |
CProgram | Abstract class for all Elements programs |
CProgramManager | Class for managing all Elements programs |
CProject | |
CSimpleProgram | |
CTempDir | |
CTempFile | |
CTempPath | |
CTypeWithSize | |
CTypeWithSize< 4 > | |
CTypeWithSize< 8 > | |
CBoostTestAdapter | |
CExtProgram | Simple example of an Elements program outside of the Elements namespace |
CGoogleMockSetupFixture |