void nest::Node::get_history( double_t, double_t, std::deque< histentry >::iterator*, std::deque< histentry >::iterator* ) { throw UnexpectedEvent(); }
void Node::handle( DoubleDataEvent& ) { throw UnexpectedEvent(); }
void Node::handle( ConductanceEvent& ) { throw UnexpectedEvent(); }
void Node::handle( DataLoggingReply& ) { throw UnexpectedEvent(); }
void Node::handle( CurrentEvent& ) { throw UnexpectedEvent(); }
/** * Default implementation of wfr_update just * throws UnexpectedEvent */ bool Node::wfr_update( Time const&, const long, const long ) { throw UnexpectedEvent(); }
void Node::set_has_proxies( const bool ) { throw UnexpectedEvent(); }
void Node::get_K_values( double_t, double_t&, double_t& ) { throw UnexpectedEvent(); }
void Node::handle( GapJunctionEvent& ) { throw UnexpectedEvent(); }
/** * Default implementation of prelim_update just * throws UnexpectedEvent */ bool Node::prelim_update( Time const&, const long_t, const long_t ) { throw UnexpectedEvent(); }
void Node::handle( DelayedRateConnectionEvent& ) { throw UnexpectedEvent(); }
void Node::handle( DiffusionConnectionEvent& ) { throw UnexpectedEvent(); }
void Node::handle( InstantaneousRateConnectionEvent& ) { throw UnexpectedEvent(); }
void Node::handle( WeightRecorderEvent& ) { throw UnexpectedEvent(); }
double_t Node::get_K_value( double_t ) { throw UnexpectedEvent(); }
double_t Node::get_tau_minus() const{ throw UnexpectedEvent(); }
/** * Default implementation of check_connection just throws UnexpectedEvent */ port Node::send_test_event( Node&, rport, synindex, bool ) { throw UnexpectedEvent(); }
/** * Default implementation of event handlers just throws * an UnexpectedEvent exception. * @see class UnexpectedEvent * @throws UnexpectedEvent This is the default event to throw. */ void Node::handle( SpikeEvent& ) { throw UnexpectedEvent(); }
void Node::handle( RateEvent& ) { throw UnexpectedEvent(); }
void Node::set_local_receiver( const bool ) { throw UnexpectedEvent(); }
/** * Default implementation of just throws UnexpectedEvent */ port Node::check_connection(Connection&, port) { throw UnexpectedEvent(); return invalid_port_; }