CUBRID Engine  latest
fileline_location.hpp File Reference
#include <iostream>
Include dependency graph for fileline_location.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define FILELINE_LOCATION_AS_ARGS (   fileline)    (fileline).m_file, (fileline).m_line

Definition at line 51 of file fileline_location.hpp.