ARB
Public Member Functions | Public Attributes | List of all members
GroupInfo Struct Reference

#include <TreeDisplay.hxx>

Collaboration diagram for GroupInfo:
Collaboration graph
[legend]

Public Member Functions

 GroupInfo (const FoundGroup &g, bool prep_wordwise, GB_CASE sens, const char *wordSeparators, const WordSet &ignored_words)
 
size_t get_word_count () const
 

Public Attributes

string name
 
RefPtr< GBDATAtree
 
SmartPtr< WordSetwords
 
const charname
 
const charcount
 
unsigned name_len
 
unsigned count_len
 

Detailed Description

Definition at line 947 of file group_search.cxx.

Constructor & Destructor Documentation

GroupInfo::GroupInfo ( const FoundGroup g,
bool  prep_wordwise,
GB_CASE  sens,
const char wordSeparators,
const WordSet ignored_words 
)
inline

Definition at line 952 of file group_search.cxx.

References GB_IGNORE_CASE, string2WordSet(), string_to_lower(), and words.

Member Function Documentation

size_t GroupInfo::get_word_count ( ) const
inline

Definition at line 964 of file group_search.cxx.

References SmartPtr< T, C >::isNull().

Referenced by DupNameCriterion::name_matches_wordwise().

Member Data Documentation

string GroupInfo::name
RefPtr<GBDATA> GroupInfo::tree

Definition at line 949 of file group_search.cxx.

SmartPtr<WordSet> GroupInfo::words

Definition at line 950 of file group_search.cxx.

Referenced by GroupInfo(), and DupNameCriterion::name_matches_wordwise().

const char* GroupInfo::name

Definition at line 257 of file TreeDisplay.hxx.

const char* GroupInfo::count

Definition at line 258 of file TreeDisplay.hxx.

unsigned GroupInfo::name_len

Definition at line 259 of file TreeDisplay.hxx.

unsigned GroupInfo::count_len

Definition at line 260 of file TreeDisplay.hxx.


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