Guitar
Public Types | Public Member Functions | Public Attributes | List of all members
GitDiff::LookupTable Class Reference

Public Types

using const_iterator = std::map< QString, QString >::const_iterator
 

Public Member Functions

void store (QString const &path, QString const &id)
 
void store (GitTreeItemList const &files)
 
const_iterator find_path (QString const &path) const
 
const_iterator end_path () const
 

Public Attributes

std::map< QString, QString > path_to_id_map
 
std::map< QString, QString > id_to_path_map
 

Member Typedef Documentation

◆ const_iterator

using GitDiff::LookupTable::const_iterator = std::map<QString, QString>::const_iterator

Member Function Documentation

◆ end_path()

const_iterator GitDiff::LookupTable::end_path ( ) const
inline

◆ find_path()

const_iterator GitDiff::LookupTable::find_path ( QString const &  path) const
inline

◆ store() [1/2]

void GitDiff::LookupTable::store ( GitTreeItemList const &  files)
inline
Here is the call graph for this function:

◆ store() [2/2]

void GitDiff::LookupTable::store ( QString const &  path,
QString const &  id 
)
inline

Member Data Documentation

◆ id_to_path_map

std::map<QString, QString> GitDiff::LookupTable::id_to_path_map

◆ path_to_id_map

std::map<QString, QString> GitDiff::LookupTable::path_to_id_map

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