openGPMP
Open Source Mathematics Package
Variables
datatable.cpp File Reference
#include <algorithm>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <map>
#include <openGPMP/core/datatable.hpp>
#include <openGPMP/core/utils.hpp>
#include <regex>
#include <sstream>
#include <string>
#include <vector>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>

Go to the source code of this file.

Variables

static gpmp::core::Logger _log_
 

Variable Documentation

◆ _log_

gpmp::core::Logger _log_
static

Logger class object

Definition at line 50 of file datatable.cpp.

Referenced by gpmp::core::DataTable::datetime(), and gpmp::core::DataTable::group_by().