HeaderDoc::LineRange
IntroductionDescribes a range of lines in a header file. DiscussionThe Member Functions
_initializeInitializes an instance of a sub _initialize ParametersendGetter/setter for the end of the range. sub end ParametersinrangeReturns whether the specified line number falls within this
sub inrange ParametersnewCreates a new sub new ParametersstartGetter/setter for the start of the range. sub start ParameterstextGetter/setter for text derived from range. sub text DiscussionBasically, this is the result of parsing availabilty macros and similar. Member Data
_endThe ending line number. $self->{_end}
_startThe starting line number. $self->{_start}
_textA string containing the raw source code from this range of lines. $self->{_text}
HeaderDoc::LineRange::VERSIONThe revision control revision number for this module. $HeaderDoc::LineRange::VERSION = '$Revision: 1298084578 $'; DiscussionIn the git repository, contains the number of seconds since January 1, 1970. |