Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
PathId Struct Reference

#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
 

Detailed Description

Definition at line 27 of file similarity_table.hpp.

Constructor & Destructor Documentation

◆ PathId()

PathId::PathId ( int v = -1)
explicit

Definition at line 30 of file similarity_table.hpp.

Member Function Documentation

◆ operator int()

PathId::operator int ( ) const

Definition at line 44 of file similarity_table.hpp.

◆ operator!=()

bool PathId::operator!= ( const PathId & other) const

Definition at line 36 of file similarity_table.hpp.

◆ operator<()

bool PathId::operator< ( const PathId & other) const

Definition at line 40 of file similarity_table.hpp.

◆ operator==()

bool PathId::operator== ( const PathId & other) const

Definition at line 32 of file similarity_table.hpp.

Member Data Documentation

◆ value

int PathId::value

Definition at line 28 of file similarity_table.hpp.


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