Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
crSearchData Struct Reference

#include <coderefactoring.h>

Collaboration diagram for crSearchData:

Public Member Functions

 crSearchData (int pos_in, int line_in, const wxString &text_in)
 

Public Attributes

int pos
 
int line
 
wxString text
 

Detailed Description

Definition at line 11 of file coderefactoring.h.

Constructor & Destructor Documentation

◆ crSearchData()

crSearchData::crSearchData ( int  pos_in,
int  line_in,
const wxString text_in 
)
inline

Definition at line 16 of file coderefactoring.h.

Member Data Documentation

◆ line

int crSearchData::line

Definition at line 14 of file coderefactoring.h.

◆ pos

int crSearchData::pos

Definition at line 13 of file coderefactoring.h.

◆ text

wxString crSearchData::text

Definition at line 15 of file coderefactoring.h.


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