26#ifndef __TERRALIB_COMMON_INTERNAL_ABSTRACTPARAMETERS_H
27#define __TERRALIB_COMMON_INTERNAL_ABSTRACTPARAMETERS_H
Definitions required by VS version lesser then 2015 to work using noexcept reserved work.
AbstractParameters()
Constructor.
virtual AbstractParameters * clone() const =0
Create a clone copy of this instance.
virtual ~AbstractParameters()
Virtual destructor.
virtual void reset() _NOEXCEPT_OP(false)=0
Clear all internal allocated resources and reset the parameters instance to its initial state.
This class is designed to declare objects to be thrown as exceptions by TerraLib.
Namespace for the Common module of TerraLib.
Configuration flags for the TerraLib Common Runtime module.
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.