nixd
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
nixf::Position Class Reference

#include <Range.h>

Public Member Functions

 Position ()=default
 
 Position (int64_t Line, int64_t Column)
 
int64_t line () const
 
int64_t column () const
 

Friends

bool operator== (const Position &LHS, const Position &RHS)
 
bool operator< (const Position &LHS, const Position &RHS)
 
bool operator<= (const Position &LHS, const Position &RHS)
 

Detailed Description

Definition at line 8 of file Range.h.

Constructor & Destructor Documentation

◆ Position() [1/2]

nixf::Position::Position ( )
default

◆ Position() [2/2]

nixf::Position::Position ( int64_t Line,
int64_t Column )
inline

Definition at line 14 of file Range.h.

Member Function Documentation

◆ column()

int64_t nixf::Position::column ( ) const
inline

Definition at line 17 of file Range.h.

◆ line()

int64_t nixf::Position::line ( ) const
inline

Definition at line 16 of file Range.h.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const Position & LHS,
const Position & RHS )
friend

Definition at line 23 of file Range.h.

◆ operator<=

bool operator<= ( const Position & LHS,
const Position & RHS )
friend

Definition at line 28 of file Range.h.

◆ operator==

bool operator== ( const Position & LHS,
const Position & RHS )
friend

Definition at line 19 of file Range.h.


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