• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop QMake parser
 

KDevelop QMake parser

  • buildtools
  • lib
  • parsers
  • qmake
Classes | Functions
position.hh File Reference
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  TQMake::position
 

Functions

const position & TQMake::operator+= (position &res, const int width)
 
const position TQMake::operator+ (const position &begin, const int width)
 
const position & TQMake::operator-= (position &res, const int width)
 
const position TQMake::operator- (const position &begin, const int width)
 
std::ostream & TQMake::operator<< (std::ostream &ostr, const position &pos)
 

Detailed Description

Define the TQMake::position class.

Definition in file position.hh.

Function Documentation

◆ operator+()

const position TQMake::operator+ ( const position &  begin,
const int  width 
)
inline

Add two position objects.

Definition at line 109 of file position.hh.

◆ operator+=()

const position& TQMake::operator+= ( position &  res,
const int  width 
)
inline

Add and assign a position.

Definition at line 101 of file position.hh.

◆ operator-()

const position TQMake::operator- ( const position &  begin,
const int  width 
)
inline

Add two position objects.

Definition at line 124 of file position.hh.

◆ operator-=()

const position& TQMake::operator-= ( position &  res,
const int  width 
)
inline

Add and assign a position.

Definition at line 117 of file position.hh.

◆ operator<<()

std::ostream& TQMake::operator<< ( std::ostream &  ostr,
const position &  pos 
)
inline

Intercept output stream redirection.

Parameters
ostrthe destination output stream
posa reference to the position to redirect

Definition at line 134 of file position.hh.

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop QMake parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.