|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Structure representing a line of source code. More...
#include <function_breaker_util.hpp>
Public Attributes | |
| int | line_number |
| Line number in the original file. | |
| string | content |
| Text content of the line. | |
Structure representing a line of source code.
Definition at line 22 of file function_breaker_util.hpp.
| string Line_content::content |
Text content of the line.
Definition at line 24 of file function_breaker_util.hpp.
| int Line_content::line_number |
Line number in the original file.
Definition at line 23 of file function_breaker_util.hpp.