BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
AsciiWrongTag Class Reference

#include <dmplib.hh>

Inheritance diagram for AsciiWrongTag:

Public Member Functions

 AsciiWrongTag (const std::string &expected, const std::string &got)
std::string expected () const
std::string got () const
 AsciiWrongTag (const std::string &expected, const std::string &got)
std::string expected () const
std::string got () const
 AsciiWrongTag (const std::string &expected, const std::string &got)
std::string expected () const
std::string got () const
 AsciiWrongTag (const std::string &expected, const std::string &got)
std::string expected () const
std::string got () const

Detailed Description

Definition at line 16 of file Event/AsciiDmp/include/AsciiDmp/dmplib.hh.

Constructor & Destructor Documentation

◆ AsciiWrongTag() [1/4]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

◆ AsciiWrongTag() [2/4]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/AsciiDmp/dmplib.hh.

19 : m_expected( expected ), m_got( got ){};

◆ AsciiWrongTag() [3/4]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/AsciiDmp/dmplib.hh.

19 : m_expected( expected ), m_got( got ){};

◆ AsciiWrongTag() [4/4]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

Definition at line 18 of file dmplib.h.

19 : m_expected( expected ), m_got( got ){};

Member Function Documentation

◆ expected() [1/4]

◆ expected() [2/4]

std::string AsciiWrongTag::expected ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/AsciiDmp/dmplib.hh.

22{ return m_expected; }

◆ expected() [3/4]

std::string AsciiWrongTag::expected ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/AsciiDmp/dmplib.hh.

22{ return m_expected; }

◆ expected() [4/4]

std::string AsciiWrongTag::expected ( ) const
inline

Definition at line 22 of file dmplib.h.

22{ return m_expected; }

◆ got() [1/4]

◆ got() [2/4]

std::string AsciiWrongTag::got ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/AsciiDmp/dmplib.hh.

23{ return m_got; };

◆ got() [3/4]

std::string AsciiWrongTag::got ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/AsciiDmp/dmplib.hh.

23{ return m_got; };

◆ got() [4/4]

std::string AsciiWrongTag::got ( ) const
inline

Definition at line 23 of file dmplib.h.

23{ return m_got; };

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