ReactOS 0.4.15-dev-7934-g1dc8d80
hhp_section Class Referenceabstract

#include <hhp_reader.h>

Inheritance diagram for hhp_section:

Public Member Functions

virtual void process_line (string line)=0
 
string get_name ()
 
void set_name (string name)
 

Private Attributes

string name
 

Detailed Description

Definition at line 29 of file hhp_reader.h.

Member Function Documentation

◆ get_name()

string hhp_section::get_name ( )

Definition at line 31 of file hhp_reader.cpp.

32{
33 return name;
34}
string name
Definition: hhp_reader.h:32

◆ process_line()

virtual void hhp_section::process_line ( string  line)
pure virtual

◆ set_name()

void hhp_section::set_name ( string  name)

Definition at line 36 of file hhp_reader.cpp.

37{
38 this->name = name;
39}

Referenced by hhp_files_section::hhp_files_section(), and hhp_options_section::hhp_options_section().

Member Data Documentation

◆ name

string hhp_section::name
private

Definition at line 32 of file hhp_reader.h.

Referenced by get_name(), and set_name().


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