CUBRID Engine
latest
|
#include <iostream>
Go to the source code of this file.
Classes | |
struct | cubbase::fileline_location |
Namespaces | |
cubbase | |
Macros | |
#define | FILELINE_LOCATION_AS_ARGS(fileline) (fileline).m_file, (fileline).m_line |
Functions | |
std::ostream & | cubbase::operator<< (std::ostream &os, const fileline_location &fileline) |
#define FILELINE_LOCATION_AS_ARGS | ( | fileline | ) | (fileline).m_file, (fileline).m_line |
Definition at line 51 of file fileline_location.hpp.