Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCAction.cpp File Reference

#include "ExCAction.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const ExCAction &action)
std::ostrstream & operator<< (std::ostrstream &s, const ExCAction &action)


Function Documentation

std::ostrstream& operator<< std::ostrstream &    s,
const ExCAction   action
 

Definition at line 81 of file ExCAction.cpp.

References ExCAction::m_Action, ExCAction::m_Param, ExCAction::m_Param1, and ExCAction::m_Param2.

00082 {
00083         s<<" Action :"<<action.m_Action<<" Param :"<<action.m_Param;
00084         s<<" Param1 :"<<action.m_Param1<<" Param2 :"<<action.m_Param2<<std::endl;
00085         return s;
00086 }

std::ostream& operator<< std::ostream &    s,
const ExCAction   action
 

Definition at line 75 of file ExCAction.cpp.

References ExCAction::m_Action, ExCAction::m_Param, ExCAction::m_Param1, and ExCAction::m_Param2.

00076 {
00077         s<<" Action :"<<action.m_Action<<" Param :"<<action.m_Param;
00078         s<<" Param1 :"<<action.m_Param1<<" Param2 :"<<action.m_Param2<<std::endl;
00079         return s;
00080 }


Generated on Tue Dec 10 18:20:09 2002 for ExNihilo by doxygen1.3-rc1