OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
Range Struct Reference

#include <python_tokenizer.hh>

Public Member Functions

 Range (size_t loc, size_t len)
 Range ()
size_t End () const

Data Fields

size_t location
size_t length

Detailed Description

Definition at line 32 of file python_tokenizer.hh.


Constructor & Destructor Documentation

Range ( size_t  loc,
size_t  len 
)
inline

Definition at line 36 of file python_tokenizer.hh.

Range ( )
inline

Definition at line 42 of file python_tokenizer.hh.


Member Function Documentation

size_t End ( ) const
inline

Definition at line 48 of file python_tokenizer.hh.


Field Documentation

size_t length

Definition at line 34 of file python_tokenizer.hh.

size_t location

Definition at line 34 of file python_tokenizer.hh.


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