Minsky
anonymous_namespace{CSVParser.cc}::ShortLine Struct Reference
Inheritance diagram for anonymous_namespace{CSVParser.cc}::ShortLine:
Inheritance graph
Collaboration diagram for anonymous_namespace{CSVParser.cc}::ShortLine:
Collaboration graph

Public Member Functions

 ShortLine (const Key &x, const Tokens< SliceLabelToken > &tokens)
 
const char * what () const noexcept override
 

Public Attributes

std::string msg ="Short line"
 

Detailed Description

Definition at line 257 of file CSVParser.cc.

Constructor & Destructor Documentation

◆ ShortLine()

anonymous_namespace{CSVParser.cc}::ShortLine::ShortLine ( const Key x,
const Tokens< SliceLabelToken > &  tokens 
)
inline

Definition at line 260 of file CSVParser.cc.

260  {
261  for (auto& i: x)
262  msg+=":"+tokens[i];
263  }

Member Function Documentation

◆ what()

const char* anonymous_namespace{CSVParser.cc}::ShortLine::what ( ) const
inlineoverridenoexcept

Definition at line 264 of file CSVParser.cc.

264 {return msg.c_str();}

Member Data Documentation

◆ msg

std::string anonymous_namespace{CSVParser.cc}::ShortLine::msg ="Short line"

Definition at line 259 of file CSVParser.cc.


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