basedoc.h File Reference

(r1785/r1361)

#include "listitem.h"
#include "colcarry.h"

Go to the source code of this file.

Classes

class  BaseDocument
 A simple base class document object. More...

Defines

#define TAG_LAST_VALID   (0xFFFFFFFE)
#define TAG_NOT_IN_DOC   (0xFFFFFFFF)


Define Documentation

#define TAG_LAST_VALID   (0xFFFFFFFE)
 

Comment: This tag value indicate the range of valid tags that can be used in a document. 0 is not used, so the tags 1 to TAG_LAST_VALID are the only ones that can be used in a document.

See also:
Node::GetTag; TAG_NOT_IN_DOC

Definition at line 125 of file basedoc.h.

#define TAG_NOT_IN_DOC   (0xFFFFFFFF)
 

Comment: This tag value is used to indicate that a node is not in a document yet.

See also:
Node::GetTag; TAG_LAST_VALID

Definition at line 137 of file basedoc.h.


Generated on Sat Nov 10 03:49:04 2007 for Camelot by  doxygen 1.4.4