RDKit
Open-source cheminformatics and machine learning.
RDKit::CXXBondIterator< Graph, Edge > Struct Template Reference

#include <ROMol.h>

Classes

struct  CXXBondIter
 

Public Member Functions

 CXXBondIterator (Graph *graph)
 
CXXBondIter begin ()
 
CXXBondIter end ()
 

Public Attributes

Graph * graph
 
Graph::edge_iterator vstart
 
Graph::edge_iterator vend
 

Detailed Description

template<class Graph, class Edge>
struct RDKit::CXXBondIterator< Graph, Edge >

Definition at line 137 of file ROMol.h.

Constructor & Destructor Documentation

◆ CXXBondIterator()

template<class Graph , class Edge >
RDKit::CXXBondIterator< Graph, Edge >::CXXBondIterator ( Graph *  graph)
inline

Definition at line 160 of file ROMol.h.

Member Function Documentation

◆ begin()

template<class Graph , class Edge >
CXXBondIter RDKit::CXXBondIterator< Graph, Edge >::begin ( )
inline

◆ end()

template<class Graph , class Edge >
CXXBondIter RDKit::CXXBondIterator< Graph, Edge >::end ( )
inline

Member Data Documentation

◆ graph

template<class Graph , class Edge >
Graph* RDKit::CXXBondIterator< Graph, Edge >::graph

Definition at line 138 of file ROMol.h.

◆ vend

template<class Graph , class Edge >
Graph::edge_iterator RDKit::CXXBondIterator< Graph, Edge >::vend

Definition at line 139 of file ROMol.h.

◆ vstart

template<class Graph , class Edge >
Graph::edge_iterator RDKit::CXXBondIterator< Graph, Edge >::vstart

Definition at line 139 of file ROMol.h.


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