OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
*, EntryType
MapType
 

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

typedef BondTableEntry<ATOM> EntryType

Definition at line 44 of file bond_table.hh.

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

Definition at line 45 of file bond_table.hh.

Member Function Documentation

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

Definition at line 47 of file bond_table.hh.

Field Documentation

MapType bonds

Definition at line 46 of file bond_table.hh.


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