OS  2.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
OSrLReader Class Reference

The OSrLReader Class. More...

#include <OSrLReader.h>

Public Member Functions

 OSrLReader ()
 OSrL class constructor. More...
 
 ~OSrLReader ()
 OSrL class destructor. More...
 
OSResultreadOSrL (const std::string &posrl) throw (ErrorClass)
 Get an OSResult object from an OSrL string. More...
 

Detailed Description

The OSrLReader Class.

Author
Robert Fourer, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class for parsing an OSrL string and creating an OSResult object from the string.

Definition at line 42 of file OSrLReader.h.

Constructor & Destructor Documentation

OSrLReader::OSrLReader ( )

OSrL class constructor.

OSrLReader::~OSrLReader ( )

OSrL class destructor.

Member Function Documentation

OSResult* OSrLReader::readOSrL ( const std::string &  posrl)
throw (ErrorClass
)

Get an OSResult object from an OSrL string.

Parameters
osrlan OSrL string.
Returns
the OSResult object corresponding to the OSrL string.

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