RioMMIndex.h File Reference

#include "RioInterfaceTypes.h"
#include "RioInterface.h"
#include "tstring.h"
#include "tqueue.h"

Go to the source code of this file.

Data Structures

class  CRioMMIndex
class  CRioMMIndex::SlideSection
class  CRioMMIndex::FileSection

Defines

#define ARG_INT(n)   (0<<(n))
#define ARG_STRING(n)   (1<<(n))

Enumerations

enum  ContextResult { CONTEXT_FAILED = 0, CONTEXT_CHANGED = 1, CONTEXT_NOTCHANGED = 2 }

Define Documentation

#define ARG_INT (  )     (0<<(n))

Definition at line 27 of file RioMMIndex.h.

#define ARG_STRING (  )     (1<<(n))

Definition at line 28 of file RioMMIndex.h.


Enumeration Type Documentation

Enumerator:
CONTEXT_FAILED 
CONTEXT_CHANGED 
CONTEXT_NOTCHANGED 

Definition at line 30 of file RioMMIndex.h.

00031 {
00032     CONTEXT_FAILED     = 0,
00033     CONTEXT_CHANGED    = 1,
00034     CONTEXT_NOTCHANGED = 2
00035 } ContextResult;

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3