src
Public Member Functions | Friends | List of all members
re2c::useropt_t Class Reference

#include <opt.h>

Public Member Functions

 useropt_t ()
 
opt_toperator-> ()
 

Friends

void realopt_t::sync ()
 

Detailed Description

Definition at line 139 of file opt.h.

Constructor & Destructor Documentation

re2c::useropt_t::useropt_t ( )

Definition at line 253 of file opt.cc.

254  : opt ()
255  , diverge (true)
256 {}

Member Function Documentation

opt_t * re2c::useropt_t::operator-> ( )

Definition at line 258 of file opt.cc.

259 {
260  diverge = true;
261  return &opt;
262 }

Friends And Related Function Documentation

void realopt_t::sync ( )
friend

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