General KERNEL Documentation     End User KERNEL Services  


Batch::StringType Class Reference

#include <Batch_StringType.hxx>

Inheritance diagram for Batch::StringType:

Inheritance graph
Collaboration diagram for Batch::StringType:

Collaboration graph

Public Member Functions

 StringType (const std::string &s="")
virtual std::string affiche () const
virtual operator std::string () const
virtual StringTypeoperator= (std::string)
virtual GenericTypeclone () const

Static Public Member Functions

static int getNb ()

Protected Attributes

std::string _data

Friends

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

Constructor & Destructor Documentation

Batch::StringType::StringType const std::string &  s = ""  )  [inline]
 


Member Function Documentation

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

Reimplemented from Batch::GenericType.

virtual Batch::StringType::operator std::string  )  const [virtual]
 

StringType & Batch::StringType::operator= std::string   )  [virtual]
 

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

std::string Batch::StringType::_data [protected]