include/session.h File Reference

??? More...

#include <stdio.h>

Include dependency graph for session.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  Session
struct  Session::typetthingheader

Typedefs

typedef typeitemtypeitemset

Enumerations

enum  ErrorCode { ERR_CLOSE_WO_OPEN = 1, ERR_OPEN_COPY = 2 }


Detailed Description

???

(to be defined)

Definition in file session.h.


Typedef Documentation

typedef typeitem* typeitemset
 

Definition at line 85 of file session.h.

Referenced by dumpitemset(), finddocscontaining(), finddocscontainingsp(), fooitemset(), Session::freeitemset(), onitemlist(), putfinddocscontaining(), putfindlinksfromtothree(), putfindnextnlinksfromtothree(), putfollowlink(), putitemset(), putretrievedocvspanset(), putretrieveendsets(), putretrievev(), removespansnotinoriginal(), restrictspecsetsaccordingtoispans(), and span2spanset().


Enumeration Type Documentation

enum ErrorCode
 

Enumeration values:
ERR_CLOSE_WO_OPEN 
ERR_OPEN_COPY 

Definition at line 87 of file session.h.

00087                {
00088     ERR_CLOSE_WO_OPEN = 1,  // Attempted close of a document that was never opened
00089     ERR_OPEN_COPY     = 2,  // Attempt to make a copy to open failed
00090 };


Generated on Sun Aug 21 04:18:22 2005 for Udanax-Green by doxygen1.3.4