xc
Public Member Functions | Protected Types | List of all members
XC::DqMatrices Class Reference

Dynamically allocated matrices deque container. More...

#include <DqMatrices.h>

Inheritance diagram for XC::DqMatrices:
Inheritance graph
[legend]
Collaboration diagram for XC::DqMatrices:
Collaboration graph
[legend]

Public Member Functions

 DqMatrices (const size_t &num=0)
 Constructor.
 
 ~DqMatrices (void)
 Destructor:
 
void clear (void)
 
void Print (std::ostream &s, const int &flag) const
 

Protected Types

typedef std::deque< Matrix * > dq_ptr_Matrices
 
typedef dq_ptr_Matrices::const_reference const_reference
 
typedef dq_ptr_Matrices::reference reference
 
typedef dq_ptr_Matrices::iterator iterator
 
typedef dq_ptr_Matrices::const_iterator const_iterator
 

Detailed Description

Dynamically allocated matrices deque container.


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