MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
vh.h File Reference
#include <iostream>
#include "ac/f2c.h"
#include "myassert.h"
#include "mynewmem.h"
#include "except.h"
Include dependency graph for vh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorHandler
 
class  MyVectorHandler
 

Functions

std::ostream & operator<< (std::ostream &out, const VectorHandler &VH)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const VectorHandler VH 
)

Definition at line 287 of file vh.cc.

References VectorHandler::iGetSize().

288 {
289  for (integer i = 1; i <= VH.iGetSize(); i++) {
290  out << std::setw(16) << VH(i) << std::endl;
291  }
292  return out;
293 }
virtual integer iGetSize(void) const =0
long int integer
Definition: colamd.c:51

Here is the call graph for this function: