Public Member Functions | Public Attributes | List of all members
Range Struct Reference
Inheritance diagram for Range:
lar::CollectionView< Range >

Public Member Functions

 Range (int s, int e)
 

Public Attributes

int start
 
int end
 

Detailed Description

Class representing a range within a string

Definition at line 175 of file doxysearch.cpp.

Constructor & Destructor Documentation

Range::Range ( int  s,
int  e 
)
inline

Definition at line 177 of file doxysearch.cpp.

177 : start(s), end(e) {}
const double e
int start
Definition: doxysearch.cpp:178
int end
Definition: doxysearch.cpp:179
static QCString * s
Definition: config.cpp:1042

Member Data Documentation

int Range::end

Definition at line 179 of file doxysearch.cpp.

int Range::start

Definition at line 178 of file doxysearch.cpp.


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