# 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::CFormHead Class Reference

#include <form_head.h>

List of all members.

Public Methods

 CFormHead ()
 CFormHead (const CFormHead &_fh)
virtual ~CFormHead ()
void serial (NLMISC::IStream &s)
CStringEx GetUser () const
CStringEx GetVersion () const
CStringEx GetDate () const
void SetUser (const CStringEx _sxuser)
void SetVersion (const CStringEx _sxversion)
void SetDate (const CStringEx _sxdate)
CFormHead & operator= (const CFormHead &_f)

Protected Attributes

CStringEx sxuser
CStringEx sxversion
CStringEx sxdate


Constructor & Destructor Documentation

NLGEORGES::CFormHead::CFormHead  
 

Definition at line 36 of file form_head.cpp.

References sxdate, sxuser, and sxversion.

NLGEORGES::CFormHead::CFormHead const CFormHead &    _fh
 

Definition at line 43 of file form_head.cpp.

References sxdate, sxuser, and sxversion.

NLGEORGES::CFormHead::~CFormHead   [virtual]
 

Definition at line 50 of file form_head.cpp.


Member Function Documentation

CStringEx NLGEORGES::CFormHead::GetDate   const
 

Definition at line 64 of file form_head.cpp.

CStringEx NLGEORGES::CFormHead::GetUser   const
 

Definition at line 54 of file form_head.cpp.

CStringEx NLGEORGES::CFormHead::GetVersion   const
 

Definition at line 59 of file form_head.cpp.

CFormHead & NLGEORGES::CFormHead::operator= const CFormHead &    _f
 

Definition at line 98 of file form_head.cpp.

References sxdate, sxuser, and sxversion.

void NLGEORGES::CFormHead::serial NLMISC::IStream   s
 

Definition at line 84 of file form_head.cpp.

References s, NLMISC::IStream::serial, sxdate, sxuser, sxversion, NLMISC::IStream::xmlPop, NLMISC::IStream::xmlPushBegin, NLMISC::IStream::xmlPushEnd, and NLMISC::IStream::xmlSetAttrib.

void NLGEORGES::CFormHead::SetDate const CStringEx    _sxdate
 

Definition at line 79 of file form_head.cpp.

References sxdate.

void NLGEORGES::CFormHead::SetUser const CStringEx    _sxuser
 

Definition at line 69 of file form_head.cpp.

References sxuser.

void NLGEORGES::CFormHead::SetVersion const CStringEx    _sxversion
 

Definition at line 74 of file form_head.cpp.

References sxversion.


Member Data Documentation

CStringEx NLGEORGES::CFormHead::sxdate [protected]
 

Definition at line 41 of file form_head.h.

Referenced by CFormHead, operator=, serial, and SetDate.

CStringEx NLGEORGES::CFormHead::sxuser [protected]
 

Definition at line 39 of file form_head.h.

Referenced by CFormHead, operator=, serial, and SetUser.

CStringEx NLGEORGES::CFormHead::sxversion [protected]
 

Definition at line 40 of file form_head.h.

Referenced by CFormHead, operator=, serial, and SetVersion.


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