proj home

Files   Classes   Functions   Hierarchy  

visitdataC Class Reference

#include <visitdataC.h>

Inheritance diagram for visitdataC:
Collaboration diagram for visitdataC:

List of all members.

Public Member Functions

 visitdataC (int const _val1, int const _val2)
bool const visit (visitbase &x)
 The default call says that w operator/data was not matched.

Public Attributes

int val1
int val2


Detailed Description

Definition at line 8 of file visitdataC.h.


Constructor & Destructor Documentation

visitdataC::visitdataC ( int const   _val1,
int const   _val2 
) [inline]

Definition at line 15 of file visitdataC.h.

00016     : val1(_val1), val2(_val2) {}


Member Function Documentation

bool const visitdataC::visit ( visitbase w  )  [virtual]

The default call says that w operator/data was not matched.

Reimplemented from visitbase.

Definition at line 11 of file visitdataC.cpp.

00012 {
00013   if (typeid(x)==typeid(visitprint))
00014     return visit( (visitprint&)x );
00015   
00016   return false;
00017 }


Member Data Documentation

Definition at line 12 of file visitdataC.h.

Definition at line 13 of file visitdataC.h.


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

Generated on Fri Mar 4 00:50:24 2011 for Chelton Evans Source by  doxygen 1.5.8