CGEM BOSS 6.6.5.f
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

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/include/AsciiDmp/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/include/Trigger/Trigger/dmplib.h.

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 Trigger/Trigger/Trigger-00-01-05/Trigger/dmplib.h.

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

Member Function Documentation

◆ expected() [1/4]

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

◆ expected() [2/4]

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

Definition at line 21 of file InstallArea/include/AsciiDmp/AsciiDmp/dmplib.hh.

21{ return m_expected; }

◆ expected() [3/4]

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

Definition at line 21 of file InstallArea/include/Trigger/Trigger/dmplib.h.

21{ return m_expected; }

◆ expected() [4/4]

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

Definition at line 21 of file Trigger/Trigger/Trigger-00-01-05/Trigger/dmplib.h.

21{ return m_expected; }

◆ got() [1/4]

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

◆ got() [2/4]

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

Definition at line 22 of file InstallArea/include/AsciiDmp/AsciiDmp/dmplib.hh.

22{ return m_got; };

◆ got() [3/4]

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

Definition at line 22 of file InstallArea/include/Trigger/Trigger/dmplib.h.

22{ return m_got; };

◆ got() [4/4]

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

Definition at line 22 of file Trigger/Trigger/Trigger-00-01-05/Trigger/dmplib.h.

22{ return m_got; };

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