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

namedNode Class Reference

xml node with name More...

#include <sxs.h>

Inheritance diagram for namedNode:

attributeRefDecl namedNodeDecl attributeDecl elementDecl entityDecl notationDecl

List of all members.

Public Member Functions

 namedNode (const char *name, byte_allocator *allocator)
 constructor
 namedNode (const namedNode &x)
 copy constructor
void clear ()
 clear

Public Attributes

string_t _name
 xml node name

Private Member Functions

namedNodeoperator= (const namedNode &x)
 private assign operator


Detailed Description

xml node with name

Definition at line 135 of file sxs.h.


Constructor & Destructor Documentation

namedNode::namedNode ( const char *  name,
byte_allocator allocator 
)

constructor

Parameters:
name  node name
allocator  optional external allocator

Definition at line 58 of file sxs.cpp.

namedNode::namedNode ( const namedNode x  ) 

copy constructor

Definition at line 63 of file sxs.cpp.


Member Function Documentation

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

private assign operator

void namedNode::clear (  ) 

clear

Reimplemented in namedNodeDecl.

Definition at line 68 of file sxs.cpp.

References _name.

Referenced by namedNodeDecl::clear().


Member Data Documentation


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


© Copyright Terimber 2003-.