LOLA
lola::vx::SynapseLabelMatrix Class Reference

#include <synapse.h>

+ Inheritance diagram for lola::vx::SynapseLabelMatrix:
+ Collaboration diagram for lola::vx::SynapseLabelMatrix:

Public Types

typedef row_type< Value_row_type
 
typedef matrix_type< Value_values_type
 
typedef halco::hicann_dls::vx::SynapseLabelMatrixOnDLS coordinate_type
 
typedef std::false_type has_local_data
 
template<typename T >
using matrix_type = halco::common::typed_heap_array< row_type< T >, halco::hicann_dls::vx::SynapseRowOnSynram >
 
template<typename T >
using row_type = halco::common::typed_array< T, halco::hicann_dls::vx::SynapseOnSynapseRow >
 
typedef haldls::vx::SynapseLabelQuad::Value Value
 

Public Member Functions

 SynapseLabelMatrix () SYMBOL_VISIBLE
 Default constructor. More...
 
bool operator!= (SynapseLabelMatrix const &other) const SYMBOL_VISIBLE
 
bool operator== (SynapseLabelMatrix const &other) const SYMBOL_VISIBLE
 

Public Attributes

_values_type values
 Synapse label array. More...
 

Friends

struct haldls::vx::detail::VisitPreorderImpl< SynapseLabelMatrix >
 
std::ostream & operator<< (std::ostream &os, SynapseLabelMatrix const &row) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 248 of file synapse.h.

Member Typedef Documentation

◆ _row_type

Definition at line 263 of file synapse.h.

◆ _values_type

◆ coordinate_type

typedef halco::hicann_dls::vx::SynapseLabelMatrixOnDLS lola::vx::SynapseLabelMatrix::coordinate_type

Definition at line 252 of file synapse.h.

◆ has_local_data

Definition at line 251 of file synapse.h.

◆ matrix_type

template<typename T >
using lola::vx::SynapseLabelMatrix::matrix_type = halco::common::typed_heap_array<row_type<T>, halco::hicann_dls::vx::SynapseRowOnSynram>

Definition at line 258 of file synapse.h.

◆ row_type

template<typename T >
using lola::vx::SynapseLabelMatrix::row_type = halco::common::typed_array<T, halco::hicann_dls::vx::SynapseOnSynapseRow>

Definition at line 255 of file synapse.h.

◆ Value

typedef haldls::vx::SynapseLabelQuad::Value lola::vx::SynapseLabelMatrix::Value

Definition at line 261 of file synapse.h.

Constructor & Destructor Documentation

◆ SynapseLabelMatrix()

lola::vx::SynapseLabelMatrix::SynapseLabelMatrix ( )

Default constructor.

Member Function Documentation

◆ operator!=()

bool lola::vx::SynapseLabelMatrix::operator!= ( SynapseLabelMatrix const &  other) const

◆ operator==()

bool lola::vx::SynapseLabelMatrix::operator== ( SynapseLabelMatrix const &  other) const

Friends And Related Function Documentation

◆ haldls::vx::detail::VisitPreorderImpl< SynapseLabelMatrix >

friend struct haldls::vx::detail::VisitPreorderImpl< SynapseLabelMatrix >
friend

Definition at line 276 of file synapse.h.

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
SynapseLabelMatrix const &  row 
)
friend

Member Data Documentation

◆ values

_values_type lola::vx::SynapseLabelMatrix::values

Synapse label array.

Definition at line 270 of file synapse.h.


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