Public Member Functions | Static Public Member Functions | Private Member Functions

alize::SegServerFileReaderRaw Class Reference

#include <SegServerFileReaderRaw.h>

Inheritance diagram for alize::SegServerFileReaderRaw:
Inheritance graph
[legend]
Collaboration diagram for alize::SegServerFileReaderRaw:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SegServerFileReaderRaw (const FileName &, const Config &)
virtual ~SegServerFileReaderRaw ()
virtual void readSegServer (SegServer &ss)
virtual String getClassName () const

Static Public Member Functions

static SegServerFileReaderRawcreate (const FileName &, const Config &)

Private Member Functions

void error (const String &msg)
bool operator== (const SegServerFileReaderRaw &) const
bool operator!= (const SegServerFileReaderRaw &) const
const SegServerFileReaderRawoperator= (const SegServerFileReaderRaw &)
 SegServerFileReaderRaw (const SegServerFileReaderRaw &)

Detailed Description

Convenient class used to read a segment server from a raw file

Author:
Frederic Wils frederic.wils@lia.univ-avignon.fr
Version:
1.0
Date:
2004

Definition at line 80 of file SegServerFileReaderRaw.h.


Constructor & Destructor Documentation

alize::SegServerFileReaderRaw::SegServerFileReaderRaw ( const FileName ,
const Config  
) [explicit]
virtual alize::SegServerFileReaderRaw::~SegServerFileReaderRaw (  ) [virtual]
alize::SegServerFileReaderRaw::SegServerFileReaderRaw ( const SegServerFileReaderRaw  ) [private]

Not implemented


Member Function Documentation

static SegServerFileReaderRaw& alize::SegServerFileReaderRaw::create ( const FileName ,
const Config  
) [static]
void alize::SegServerFileReaderRaw::error ( const String msg ) [private]
virtual String alize::SegServerFileReaderRaw::getClassName (  ) const [virtual]

Returns the name of the class

Returns:
the name of the class of the object as a String

Implements alize::Object.

bool alize::SegServerFileReaderRaw::operator!= ( const SegServerFileReaderRaw  ) const [private]

Not implemented

const SegServerFileReaderRaw& alize::SegServerFileReaderRaw::operator= ( const SegServerFileReaderRaw  ) [private]

Not implemented

bool alize::SegServerFileReaderRaw::operator== ( const SegServerFileReaderRaw  ) const [private]
virtual void alize::SegServerFileReaderRaw::readSegServer ( SegServer ss ) [virtual]

Reads the server

Parameters:
ssthe SegServer object used to store the data
Exceptions:
FileNotFoundException
InvalidDataException
IOExceptionif an I/O error occurs

Implements alize::SegServerFileReaderAbstract.

Referenced by alize::SegServer::load().


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