|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <similarity_table.hpp>
Public Member Functions | |
| PathId (int v=-1) | |
| bool | operator== (const PathId &other) const |
| bool | operator!= (const PathId &other) const |
| bool | operator< (const PathId &other) const |
| operator int () const | |
Public Attributes | |
| int | value |
Definition at line 27 of file similarity_table.hpp.
|
explicit |
Definition at line 30 of file similarity_table.hpp.
| PathId::operator int | ( | ) | const |
Definition at line 44 of file similarity_table.hpp.
| bool PathId::operator!= | ( | const PathId & | other | ) | const |
Definition at line 36 of file similarity_table.hpp.
| bool PathId::operator< | ( | const PathId & | other | ) | const |
Definition at line 40 of file similarity_table.hpp.
| bool PathId::operator== | ( | const PathId & | other | ) | const |
Definition at line 32 of file similarity_table.hpp.
| int PathId::value |
Definition at line 28 of file similarity_table.hpp.