chain_rep< C > Class Template Reference
#include <chain.hpp>
List of all members.
Public Member Functions
Public Attributes
Friends
Detailed Description
template<typename C>
 class mmx::chain_rep< C >
Definition at line 41 of file chain.hpp.
Constructor & Destructor Documentation
Definition at line 128 of file chain.hpp.
00128                                                                   :
00129   size (N (l2) + N (r2) + 1), l (l2), m (m2), r (r2) {}
 
 
Friends And Related Function Documentation
      
        
          | friend class chain< C >  [friend] | 
      
 
 
      
        
          | C middle | ( | const chain< C > & | c | ) |  [friend] | 
      
 
 
Definition at line 135 of file chain.hpp.
00135 { return (c.rep == NULL? 0: c.rep->size); }
 
 
Member Data Documentation
The documentation for this class was generated from the following file: