Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
exception.h File Reference
#include <cstdint>
#include <exception>
#include <string>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::Exception
 

Namespaces

namespace  dnf_composer
 

Enumerations

enum class  dnf_composer::ErrorCode : std::uint8_t {
  dnf_composer::OK , dnf_composer::APP_CONSTRUCTION , dnf_composer::APP_INIT , dnf_composer::APP_STEP ,
  dnf_composer::APP_CLOSE , dnf_composer::APP_INVALID_SIM , dnf_composer::APP_INVALID_VIS , dnf_composer::APP_VIS_SIM_MISMATCH ,
  dnf_composer::SIM_INVALID_PARAMETER , dnf_composer::SIM_ELEM_NOT_FOUND , dnf_composer::SIM_RUNTIME_LESS_THAN_ZERO , dnf_composer::SIM_ELEM_INDEX ,
  dnf_composer::SIM_ELEM_ALREADY_EXISTS , dnf_composer::ELEM_INVALID_SIZE , dnf_composer::ELEM_INVALID_PARAMETER , dnf_composer::ELEM_INPUT_IS_NULL ,
  dnf_composer::ELEM_INPUT_ALREADY_EXISTS , dnf_composer::ELEM_INPUT_NOT_FOUND , dnf_composer::ELEM_INPUT_SIZE_MISMATCH , dnf_composer::ELEM_SIZE_NOT_ALLOWED ,
  dnf_composer::ELEM_RENAME_NOT_ALLOWED , dnf_composer::ELEM_COMP_NOT_FOUND , dnf_composer::GAUSS_STIMULUS_POSITION_OUT_OF_RANGE , dnf_composer::GAUSS_STIMULUS_SUM_MISMATCH ,
  dnf_composer::VIS_INVALID_SIM , dnf_composer::VIS_DATA_NOT_FOUND , dnf_composer::VIS_INVALID_PLOTTING_INDEX , dnf_composer::LOG_LOCAL_TIME_ERROR ,
  dnf_composer::PLOT_INVALID_VIS_OBJ
}