Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Namespaces | Macros | Typedefs
types.hpp File Reference
#include <cstdint>
#include <cypress/config.h>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cypress
 

Macros

#define CYPRESS_CORE_TYPES_HPP
 

Typedefs

using cypress::sx_double_t = long double
 
using cypress::sx_int_t = unsigned long long int
 
using cypress::Real = double
 
using cypress::NeuronIndex = int32_t
 
using cypress::PopulationIndex = int32_t
 

Macro Definition Documentation

#define CYPRESS_CORE_TYPES_HPP