General KERNEL Documentation     End User KERNEL Services  


Batch::IntType Class Reference

#include <Batch_IntType.hxx>

Inheritance diagram for Batch::IntType:

Inheritance graph
Collaboration diagram for Batch::IntType:

Collaboration graph

Public Member Functions

 IntType (const int i=0)
virtual std::string affiche () const
virtual IntTypeoperator= (int)
virtual operator int () const
virtual GenericTypeclone () const

Static Public Member Functions

static int getNb ()

Protected Attributes

int _data

Friends

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

Constructor & Destructor Documentation

Batch::IntType::IntType const int  i = 0  )  [inline]
 


Member Function Documentation

string Batch::IntType::affiche  )  const [virtual]
 

Reimplemented from Batch::GenericType.

IntType & Batch::IntType::operator= int   )  [virtual]
 

Batch::IntType::operator int  )  const [virtual]
 

GenericType * Batch::IntType::clone  )  const [virtual]
 

Reimplemented from Batch::GenericType.

static int Batch::GenericType::getNb  )  [inline, static, inherited]
 


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  os,
const GenericType obj
[friend, inherited]
 


Field Documentation

int Batch::IntType::_data [protected]