Nemiver  0.3
Public Member Functions | List of all members
nemiver::common::MixedAsmInstr Class Reference

#include <nmv-asm-instr.h>

Public Member Functions

 MixedAsmInstr ()
 
 MixedAsmInstr (const UString &a_path, int a_line_num)
 
 MixedAsmInstr (const UString &a_path, int a_line_num, list< AsmInstr > &a_instrs)
 
const UStringfile_path () const
 
void file_path (const UString &a)
 
int line_number () const
 
void line_number (int a)
 
const list< AsmInstr > & instrs () const
 
list< AsmInstr > & instrs ()
 
void instrs (const list< AsmInstr > &a)
 

Constructor & Destructor Documentation

◆ MixedAsmInstr() [1/3]

nemiver::common::MixedAsmInstr::MixedAsmInstr ( )
inline

◆ MixedAsmInstr() [2/3]

nemiver::common::MixedAsmInstr::MixedAsmInstr ( const UString a_path,
int  a_line_num 
)
inline

◆ MixedAsmInstr() [3/3]

nemiver::common::MixedAsmInstr::MixedAsmInstr ( const UString a_path,
int  a_line_num,
list< AsmInstr > &  a_instrs 
)
inline

Member Function Documentation

◆ file_path() [1/2]

const UString& nemiver::common::MixedAsmInstr::file_path ( ) const
inline

◆ file_path() [2/2]

void nemiver::common::MixedAsmInstr::file_path ( const UString a)
inline

◆ instrs() [1/3]

list<AsmInstr>& nemiver::common::MixedAsmInstr::instrs ( )
inline

◆ instrs() [2/3]

const list<AsmInstr>& nemiver::common::MixedAsmInstr::instrs ( ) const
inline

◆ instrs() [3/3]

void nemiver::common::MixedAsmInstr::instrs ( const list< AsmInstr > &  a)
inline

◆ line_number() [1/2]

int nemiver::common::MixedAsmInstr::line_number ( ) const
inline

◆ line_number() [2/2]

void nemiver::common::MixedAsmInstr::line_number ( int  a)
inline

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