fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
364 B
24 lines
364 B
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#ifndef leveldb_CONSTANTS_H
|
|
#define leveldb_CONSTANTS_H
|
|
|
|
#include "leveldb_types.h"
|
|
|
|
namespace Tleveldb {
|
|
|
|
class leveldbConstants {
|
|
public:
|
|
leveldbConstants();
|
|
|
|
};
|
|
|
|
extern const leveldbConstants g_leveldb_constants;
|
|
|
|
} // namespace
|
|
|
|
#endif
|
|
|