|
Index
C++ Code Documentation
loopfactor::LoopFactor
Derived from: parser::MathParser
File: APP/loopfactor/LoopFactor.H
public:
- LoopFactor();
 | constructor | |
- ~LoopFactor();
 | destructor | |
- void compute( std::istream &, std::ostream & );
- void verbosity( uint v );
- void mathematica( bool state );
protected:
private:
- void handler(base::String const &s, uint counter, uint depth );
- void _compute( std::ostream &out );
- void fixstring( base::String &s );
- uint _verbosity;
- bool _mathematica;
- base::String _loop_str;
- parser::KeyParser _parser;
- static parser::KeyParser::KeyValPair const _default[];
|