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

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.
 

Detailed Description

Structure representing a line of source code.

Definition at line 23 of file function_breaker_util.hpp.

Member Data Documentation

◆ content

string Line_content::content

Text content of the line.

Definition at line 25 of file function_breaker_util.hpp.

◆ line_number

int Line_content::line_number

Line number in the original file.

Definition at line 24 of file function_breaker_util.hpp.


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