General KERNEL Documentation     End User KERNEL Services  


Batch::LongType Class Reference

#include <Batch_LongType.hxx>

Inheritance diagram for Batch::LongType:

Inheritance graph
Collaboration diagram for Batch::LongType:

Collaboration graph

Public Member Functions

 LongType (const long l=0L)
virtual std::string affiche () const
virtual LongTypeoperator= (long)
virtual operator long () const
virtual GenericTypeclone () const

Static Public Member Functions

static int getNb ()

Protected Attributes

long _data

Friends

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

Constructor & Destructor Documentation

Batch::LongType::LongType const long  l = 0L  )  [inline]
 


Member Function Documentation

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

Reimplemented from Batch::GenericType.

LongType & Batch::LongType::operator= long   )  [virtual]
 

Batch::LongType::operator long  )  const [virtual]
 

GenericType * Batch::LongType::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

long Batch::LongType::_data [protected]