Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
CSynch Class Reference

#include <csynch.hpp>

Public Types

enum  eMODE { eWRITEMODE , eREADMODE }

Public Member Functions

 CSynch ()
 ~CSynch ()
void Clone (CSynch *pCS)
BOOL OpenFile ()
void CloseFile ()
void SetMode (eMODE eMode)
BOOL Put (UINT uStart, UINT uLength, UINT uOffset=0)
BOOL Get (UINT uFirstEntry, Synch *pSynch, UINT uEntries)
UINT GetCount () const

Detailed Description

Definition at line 34 of file csynch.hpp.

Member Enumeration Documentation

◆ eMODE

Enumerator
eWRITEMODE 
eREADMODE 

Definition at line 37 of file csynch.hpp.

Constructor & Destructor Documentation

◆ CSynch()

CSynch::CSynch ( )

◆ ~CSynch()

CSynch::~CSynch ( )

Member Function Documentation

◆ Clone()

void CSynch::Clone ( CSynch * pCS)

◆ CloseFile()

void CSynch::CloseFile ( )

◆ Get()

BOOL CSynch::Get ( UINT uFirstEntry,
Synch * pSynch,
UINT uEntries )
inline

Definition at line 146 of file csynch.hpp.

References eREADMODE.

◆ GetCount()

UINT CSynch::GetCount ( ) const
inline

Definition at line 97 of file csynch.hpp.

◆ OpenFile()

BOOL CSynch::OpenFile ( )

◆ Put()

BOOL CSynch::Put ( UINT uStart,
UINT uLength,
UINT uOffset = 0 )

◆ SetMode()

void CSynch::SetMode ( eMODE eMode)

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