casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
casacore::re_registers Struct Reference

Data structure to store register contents data in. More...

#include <cregex.h>

Public Attributes

int start [RE_NREGS]
 
int end [RE_NREGS]
 

Detailed Description

Data structure to store register contents data in.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

This data structure is used to store register contents data in. It is used by the regular expression functions in cregex.cc.

Definition at line 252 of file cregex.h.

Member Data Documentation

int casacore::re_registers::end[RE_NREGS]

Definition at line 255 of file cregex.h.

int casacore::re_registers::start[RE_NREGS]

Definition at line 254 of file cregex.h.


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