struct TMPCMP

This struct temporarily holds the information for each cell.

[more]vector<Synapse *> Syn
Object on receiving side
[more]vector<int> Node
Receiving node
[more]vector<void *> Addr
Memory Address on sending side
[more]vector<int> Delay
delay on sending side


Documentation

This struct temporarily holds the information for each cell. The use of vectors allow collection of an arbitrary number of connections: when all the connections have been determined, the vectors will be converted to plain arrays for speed & space efficiency.
ovector<Synapse *> Syn
Object on receiving side

ovector<int> Node
Receiving node

ovector<void *> Addr
Memory Address on sending side

ovector<int> Delay
delay on sending side

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.