Source word list files. More...
Collaboration diagram for ns3::Hash::Example::DictFiles:Public Member Functions | |
| bool | Add (const std::string file) |
| CommandLine callback function to add a file argument to the list. More... | |
| void | ReadInto (Dictionary &dict) |
| Add phrases from the files into the dict. More... | |
Private Attributes | |
| std::vector< std::string > | m_files |
| List of word files to use. More... | |
Source word list files.
Definition at line 454 of file hash-example.cc.
|
inline |
CommandLine callback function to add a file argument to the list.
| [in] | file | The word file to add. |
Definition at line 465 of file hash-example.cc.
References m_files.
Referenced by ReadInto().
Here is the caller graph for this function:
|
inline |
Add phrases from the files into the dict.
| [in,out] | dict | The Dictionary to add words to. |
Definition at line 480 of file hash-example.cc.
References ns3::Hash::Example::Dictionary::Add(), Add(), and m_files.
Here is the call graph for this function:
|
private |
List of word files to use.
Definition at line 525 of file hash-example.cc.
Referenced by Add(), and ReadInto().