djiparsetxt
Public Member Functions | Data Fields
RecordTypeStat Class Reference

#include <RecordAndDetailsParser.hh>

Public Member Functions

 RecordTypeStat ()
 

Data Fields

unsigned count
 
unsigned minLength
 
unsigned maxLength
 

Detailed Description

Definition at line 37 of file RecordAndDetailsParser.hh.

Constructor & Destructor Documentation

◆ RecordTypeStat()

RecordTypeStat::RecordTypeStat ( )

Definition at line 35 of file RecordAndDetailsParser.cpp.

36  : count(0), minLength(~0), maxLength(0) {
37 }

Field Documentation

◆ count

unsigned RecordTypeStat::count

Definition at line 42 of file RecordAndDetailsParser.hh.

Referenced by RecordAndDetailsParser::parseRecord().

◆ maxLength

unsigned RecordTypeStat::maxLength

Definition at line 42 of file RecordAndDetailsParser.hh.

Referenced by RecordAndDetailsParser::parseRecord().

◆ minLength

unsigned RecordTypeStat::minLength

Definition at line 42 of file RecordAndDetailsParser.hh.

Referenced by RecordAndDetailsParser::parseRecord().


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