|
| | DalitzSet () |
| |
| | DalitzSet (const DalitzSet< T > &other) |
| |
| const std::string & | name () const |
| |
| virtual | ~DalitzSet () |
| |
| | PolymorphMap () |
| |
| | PolymorphMap (const PolymorphMap &other) |
| |
| | PolymorphMap (const typename std::map< DalitzCoordSet, MINT::counted_ptr< T > > &other) |
| |
| virtual | ~PolymorphMap () |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > > & | theMap () |
| |
| const std::map< DalitzCoordSet, MINT::counted_ptr< T > > & | theMap () const |
| |
| MINT::counted_ptr< T > & | operator[] (const DalitzCoordSet &k) |
| |
| const MINT::counted_ptr< T > & | operator[] (const DalitzCoordSet &k) const |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::iterator | begin () |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::const_iterator | begin () const |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::iterator | end () |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::const_iterator | end () const |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::iterator | find (const DalitzCoordSet &c) |
| |
| std::map< DalitzCoordSet, MINT::counted_ptr< T > >::const_iterator | find (const DalitzCoordSet &c) const |
| |
| void | insert (typename std::map< DalitzCoordSet, MINT::counted_ptr< T > >::const_iterator first, typename std::map< DalitzCoordSet, MINT::counted_ptr< T > >::const_iterator last) |
| |
| unsigned int | size () const |
| |
| bool | empty () const |
| |
| PolymorphMap< DalitzCoordSet, MINT::counted_ptr< T > > & | operator= (const PolymorphMap &other) |
| |
| void | clear () |
| |
| void | resize (unsigned int N) |
| |
| void | resize (unsigned int N, const MINT::counted_ptr< T > &c) |
| |
| | operator const typename std::map< DalitzCoordSet, MINT::counted_ptr< T > > & () const |
| |
| | operator typename std::map< DalitzCoordSet, MINT::counted_ptr< T > > & () |
| |
| bool | operator== (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< T > > &v2) const |
| |
| bool | operator!= (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< T > > &v2) const |
| |
| bool | operator< (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< T > > &v2) const |
| |
| bool | operator> (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< T > > &v2) const |
| |
template<typename T>
class DalitzSet< T >
Definition at line 16 of file DalitzSet.h.