Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

enumNodeDecl Class Reference

if attribute value is enum type we are going to keep the correspondent ident More...

#include <sxs.h>

List of all members.

Public Member Functions

 enumNodeDecl (byte_allocator *allocator_)
 constructor
 enumNodeDecl (const enumNodeDecl &x)
 copy constructor

Public Attributes

size_t _id
 ident that corresponds to the name from enum
string_t _value
 enumaration value

Private Member Functions

enumNodeDecloperator= (const enumNodeDecl &x)
 private assign operator


Detailed Description

if attribute value is enum type we are going to keep the correspondent ident

Definition at line 176 of file sxs.h.


Constructor & Destructor Documentation

enumNodeDecl::enumNodeDecl ( byte_allocator allocator_  ) 

constructor

Parameters:
allocator_  optional external allocator

Definition at line 92 of file sxs.cpp.

enumNodeDecl::enumNodeDecl ( const enumNodeDecl x  ) 

copy constructor

Definition at line 97 of file sxs.cpp.


Member Function Documentation

enumNodeDecl& enumNodeDecl::operator= ( const enumNodeDecl x  )  [private]

private assign operator


Member Data Documentation

ident that corresponds to the name from enum

Definition at line 189 of file sxs.h.

Referenced by xml_grammar::copy().

enumaration value

Definition at line 190 of file sxs.h.

Referenced by xml_grammar::copy(), and dtd_processor::parseAttDef().


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


© Copyright Terimber 2003-.