ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <EKReactions.hpp>
Public Types | |
using | value_type = typename container_type::value_type |
using | iterator = typename container_type::iterator |
using | const_iterator = typename container_type::const_iterator |
Public Member Functions | |
bool | contains (std::shared_ptr< EKReaction > const &ek_reaction) const noexcept |
void | add (std::shared_ptr< EKReaction > const &ek_reaction) |
void | remove (std::shared_ptr< EKReaction > const &ek_reaction) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty () const |
Definition at line 29 of file core/ek/EKReactions.hpp.
using EK::EKReactions< EKReaction >::const_iterator = typename container_type::const_iterator |
Definition at line 35 of file core/ek/EKReactions.hpp.
using EK::EKReactions< EKReaction >::iterator = typename container_type::iterator |
Definition at line 34 of file core/ek/EKReactions.hpp.
using EK::EKReactions< EKReaction >::value_type = typename container_type::value_type |
Definition at line 33 of file core/ek/EKReactions.hpp.
|
inline |
Definition at line 44 of file core/ek/EKReactions.hpp.
References EK::EKReactions< EKReaction >::contains().
|
inline |
Definition at line 53 of file core/ek/EKReactions.hpp.
Referenced by EK::EKReactions< EKReaction >::contains().
|
inline |
Definition at line 55 of file core/ek/EKReactions.hpp.
|
inlinenoexcept |
Definition at line 41 of file core/ek/EKReactions.hpp.
References EK::EKReactions< EKReaction >::begin(), and EK::EKReactions< EKReaction >::end().
Referenced by EK::EKReactions< EKReaction >::add(), and EK::EKReactions< EKReaction >::remove().
|
inline |
Definition at line 57 of file core/ek/EKReactions.hpp.
|
inline |
Definition at line 54 of file core/ek/EKReactions.hpp.
Referenced by EK::EKReactions< EKReaction >::contains().
|
inline |
Definition at line 56 of file core/ek/EKReactions.hpp.
|
inline |
Definition at line 48 of file core/ek/EKReactions.hpp.
References EK::EKReactions< EKReaction >::contains().