![]() |
Represents a method in the CallStack. More...
#include <CallStack.h>
Public Member Functions | |
Method () | |
Method (const std::string &n, const std::string &f, int l) | |
Method & | operator= (const Method &rhs) |
Public Attributes | |
std::string | name |
std::string | file |
int | line |
Friends | |
bool | operator== (const Method &lhs, const Method &rhs) |
std::ostream & | operator<< (std::ostream &, const Method &) |
Represents a method in the CallStack.
Definition at line 43 of file CallStack.h.
FIX::CallStack::Method::Method | ( | ) | [inline] |
Definition at line 45 of file CallStack.h.
FIX::CallStack::Method::Method | ( | const std::string & | n, | |
const std::string & | f, | |||
int | l | |||
) | [inline] |
Definition at line 46 of file CallStack.h.
std::ostream& operator<< | ( | std::ostream & | , | |
const Method & | ||||
) | [friend] |
std::string FIX::CallStack::Method::file |
Definition at line 50 of file CallStack.h.
Referenced by operator=(), and FIX::operator==().
Definition at line 51 of file CallStack.h.
Referenced by operator=(), and FIX::operator==().
std::string FIX::CallStack::Method::name |
Definition at line 49 of file CallStack.h.
Referenced by operator=(), and FIX::operator==().