geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include "PolicyStoreImp.hpp"
#include <cmath>
#include <functional>
#include <iostream>
#include <memory>
#include <sstream>
#include <sqlite3.h>
#include "geopm/Agent.hpp"
#include "geopm/Environment.hpp"
#include "geopm/Exception.hpp"
#include "geopm/Helper.hpp"
#include "geopm_error.h"
Namespaces | |
geopm | |
Typedefs | |
typedef std::unique_ptr< sqlite3_stmt, std::function< void(sqlite3_stmt *)> > | geopm::UniqueStatement |
Functions | |
template<typename T > | |
void | geopm::bind_value_to_statement (sqlite3_stmt *, int, T)=delete |