NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
CPGEquations.h File Reference

Definition of class CPGEquations. More...

#include <vector>
#include <sstream>
#include "CPGNode.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPGEquations
 

Functions

std::ostream & operator<< (std::ostream &os, const CPGEquations &obj)
 

Detailed Description

Definition of class CPGEquations.

Date
March 2014
Author
Brian Mirletz $Id$

Definition in file CPGEquations.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CPGEquations obj 
)
inline

Overload operator<<() to handle CPGEquations

Parameters
[in,out]osan ostream
[in]areference to a CPGEquations
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 100 of file CPGEquations.h.