Public Member Functions | Public Attributes | List of all members
Fragment Struct Reference

Public Member Functions

 Fragment (const std::string &t, int occ)
 

Public Attributes

std::string text
 
int occurrences
 

Detailed Description

Class that holds a text fragment

Definition at line 158 of file doxysearch.cpp.

Constructor & Destructor Documentation

Fragment::Fragment ( const std::string t,
int  occ 
)
inline

Definition at line 160 of file doxysearch.cpp.

160 : text(t), occurrences(occ) {}
std::string text
Definition: doxysearch.cpp:161
int occurrences
Definition: doxysearch.cpp:162

Member Data Documentation

int Fragment::occurrences

Definition at line 162 of file doxysearch.cpp.

std::string Fragment::text

Definition at line 161 of file doxysearch.cpp.


The documentation for this struct was generated from the following file: