BadgerDB
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Friends
Pages
afs
cs.wisc.edu
u
h
a
haiyun
private
cs564-spr17
projects
p2
BufMgr
src
exceptions
badgerdb_exception.cpp
1
8
#include "badgerdb_exception.h"
9
10
namespace
badgerdb {
11
12
BadgerDbException::BadgerDbException
(
const
std::string& msg)
13
: message_(msg) {
14
}
15
16
}
badgerdb::BadgerDbException::BadgerDbException
BadgerDbException(const std::string &msg)
Definition:
badgerdb_exception.cpp:12
Generated on Fri Feb 10 2017 12:39:55 for BadgerDB by
1.8.6