ParM  parm
A molecular dynamics library
Public Member Functions | List of all members
AtomRef Class Reference

A pointer to an Atom. More...

#include <box.hpp>

Inheritance diagram for AtomRef:
AtomID RandomForceAtom WallAtom Charged EisMclachlanAtom EpsSigAtom EpsSigExpAtom EpsSigExpDragAtom FixedForceRegionAtom IEpsISigCutAtom IEpsISigExpAtom IEpsRepsSigCutAtom IEpsRepsSigExpCutAtom IEpsSigCutAtom LoisLinAtom LoisOhernAtom

Public Member Functions

 AtomRef ()
 
 AtomRef (Atom *a)
 
Atomoperator* () const
 
Atomoperator-> () const
 
bool operator== (const AtomRef &other) const
 
bool operator== (const Atom *other) const
 
bool operator!= (const AtomRef &other) const
 
bool operator< (const AtomRef &other) const
 
bool operator<= (const AtomRef &other) const
 
bool operator>= (const AtomRef &other) const
 
bool operator> (const AtomRef &other) const
 
bool is_null ()
 

Detailed Description

A pointer to an Atom.

Constructor & Destructor Documentation

AtomRef::AtomRef ( )
inline
AtomRef::AtomRef ( Atom a)
inline

Member Function Documentation

bool AtomRef::is_null ( )
inline
bool AtomRef::operator!= ( const AtomRef other) const
inline
Atom& AtomRef::operator* ( ) const
inline
Atom* AtomRef::operator-> ( ) const
inline
bool AtomRef::operator< ( const AtomRef other) const
inline
bool AtomRef::operator<= ( const AtomRef other) const
inline
bool AtomRef::operator== ( const AtomRef other) const
inline
bool AtomRef::operator== ( const Atom other) const
inline
bool AtomRef::operator> ( const AtomRef other) const
inline
bool AtomRef::operator>= ( const AtomRef other) const
inline

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