Page principale   Liste des namespaces   Hiérarchie des classes   Liste par ordre alphabétique   Liste des composants   Liste des fichiers   Membres des namespaces   Composants   Déclarations  

Référence du fichier ExCAction.cpp

#include "ExCAction.h"

Aller au code source de ce fichier.

Fonctions

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


Documentation de la fonction

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

Définition à la ligne 81 du fichier ExCAction.cpp.

Références ExCAction::m_Action, ExCAction::m_Param, ExCAction::m_Param1, et 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
 

Définition à la ligne 75 du fichier ExCAction.cpp.

Références ExCAction::m_Action, ExCAction::m_Param, ExCAction::m_Param1, et 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 }


Généré le Tue Dec 10 18:18:14 2002 pour ExNihilo par doxygen1.3-rc1