#include <memory>#include <ostream>#include <stdexcept>#include <vector>#include "dictionary.h"#include "exceptions.h"#include "compose.hpp"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) |