Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::TokenIgnorer Class Reference

#include <ogdf/fileformats/Utils.h>

Public Member Functions

 TokenIgnorer (const char c)
 

Private Attributes

char m_c
 

Friends

std::istream & operator>> (std::istream &is, TokenIgnorer c)
 

Detailed Description

Definition at line 42 of file Utils.h.

Constructor & Destructor Documentation

◆ TokenIgnorer()

ogdf::TokenIgnorer::TokenIgnorer ( const char  c)
inlineexplicit

Definition at line 47 of file Utils.h.

Friends And Related Symbol Documentation

◆ operator>>

std::istream & operator>> ( std::istream &  is,
TokenIgnorer  c 
)
friend

Member Data Documentation

◆ m_c

char ogdf::TokenIgnorer::m_c
private

Definition at line 44 of file Utils.h.


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