# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLGEORGES::UForm Class Reference

This class provide an interface to access Georges form. More...

#include <u_form.h>

Inheritance diagram for NLGEORGES::UForm:

NLMISC::CRefCount NLGEORGES::CForm List of all members.

Public Methods

virtual ~UForm ()
virtual UFormElmgetRootNode ()=0
 Get a mutable pointer on the root element of the form. It is a struct node. More...

virtual const UFormElmgetRootNode () const=0
 Get a const pointer on the root element of the form. It is a struct node. More...

virtual void write (NLMISC::IStream &stream, bool georges4CVS)=0
 Write the form in a stream. More...

virtual const std::string & getComment () const=0
 Get the comment. More...


Detailed Description

This class provide an interface to access Georges form.

Definition at line 45 of file u_form.h.


Constructor & Destructor Documentation

NLGEORGES::UForm::~UForm   [virtual]
 

Definition at line 70 of file form.cpp.


Member Function Documentation

virtual const std::string& NLGEORGES::UForm::getComment   const [pure virtual]
 

Get the comment.

Implemented in NLGEORGES::CForm.

virtual const UFormElm& NLGEORGES::UForm::getRootNode   const [pure virtual]
 

Get a const pointer on the root element of the form. It is a struct node.

Implemented in NLGEORGES::CForm.

virtual UFormElm& NLGEORGES::UForm::getRootNode   [pure virtual]
 

Get a mutable pointer on the root element of the form. It is a struct node.

Implemented in NLGEORGES::CForm.

virtual void NLGEORGES::UForm::write NLMISC::IStream   stream,
bool    georges4CVS
[pure virtual]
 

Write the form in a stream.

Parameters:
stream  is the stream used to write the form
georges4CVS  should be true if you use Georges with CVS false else

Implemented in NLGEORGES::CForm.


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