OpenStructure
Public Types | Public Member Functions | Data Fields
BondTable< ATOM > Struct Template Reference

#include <bond_table.hh>

Public Types

typedef BondTableEntry< ATOM > EntryType
 
typedef std::map< impl::ConnectorImpl *, EntryTypeMapType
 

Public Member Functions

void Update (const BondHandle &bond, const ATOM &a)
 

Data Fields

MapType bonds
 

Detailed Description

template<typename ATOM>
struct ost::mol::BondTable< ATOM >

Definition at line 43 of file bond_table.hh.

Member Typedef Documentation

◆ EntryType

typedef BondTableEntry<ATOM> EntryType

Definition at line 44 of file bond_table.hh.

◆ MapType

typedef std::map<impl::ConnectorImpl*, EntryType> MapType

Definition at line 45 of file bond_table.hh.

Member Function Documentation

◆ Update()

void Update ( const BondHandle bond,
const ATOM &  a 
)
inline

Definition at line 47 of file bond_table.hh.

Field Documentation

◆ bonds

MapType bonds

Definition at line 46 of file bond_table.hh.


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