NEST main@caf0ae8
 
Loading...
Searching...
No Matches
node_collection.h File Reference
#include <memory>
#include <ostream>
#include <stdexcept>
#include <vector>
#include "dictionary.h"
#include "exceptions.h"
#include "compose.hpp"
Include dependency graph for node_collection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nest::NodeCollectionMetadata
 Class for Metadata attached to NodeCollection. More...
 
class  nest::NodeIDTriple
 Represent single node entry in node collection. More...
 
class  nest::nc_const_iterator
 Iterator for NodeCollections. More...
 
class  nest::NodeCollection
 Superclass for NodeCollections. More...
 
class  nest::NodeCollectionPrimitive
 Subclass for the primitive NodeCollection type. More...
 
class  nest::NodeCollectionComposite
 Subclass for the composite NodeCollection type. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Typedefs

using nest::NodeCollectionPTR = std::shared_ptr< NodeCollection >
 
using nest::NodeCollectionMetadataPTR = std::shared_ptr< NodeCollectionMetadata >
 

Functions

NodeCollectionPTR nest::operator+ (NodeCollectionPTR lhs, NodeCollectionPTR rhs)
 
std::ostream & nest::operator<< (std::ostream &out, const NodeCollectionPTR nc)