#include <system_concept.hpp>
Public Types | |
typedef T::size_type | size_type |
typedef T::chain_type | chain_type |
typedef T::chain_iterator | chain_iterator |
typedef T::const_chain_iterator | const_chain_iterator |
typedef T::reverse_chain_iterator | reverse_chain_iterator |
typedef T::const_reverse_chain_iterator | const_reverse_chain_iterator |
Public Member Functions | |
void | constraints () |
void | const_constraints (T const &system) |
Public Attributes | |
T | obj |
size_type | size |
size_type | atom_num |
typedef T::size_type size_type |
typedef T::chain_type chain_type |
typedef T::chain_iterator chain_iterator |
typedef T::const_chain_iterator const_chain_iterator |
typedef T::reverse_chain_iterator reverse_chain_iterator |
typedef T::const_reverse_chain_iterator const_reverse_chain_iterator |
void constraints | ( | ) |
void const_constraints | ( | T const & | system | ) |
T obj |