Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <vector>
#include <string>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | joedb |
Functions | |
std::vector< std::string > | joedb::split_namespace (const std::string &s) |
std::string | joedb::namespace_string (const std::vector< std::string > &n, const char *delimiter) |
void | joedb::namespace_open (std::ostream &out, const std::vector< std::string > &n) |
void | joedb::namespace_close (std::ostream &out, const std::vector< std::string > &n) |
void | joedb::namespace_write (std::ostream &out, const std::vector< std::string > &n, const char *delimiter) |
void | joedb::namespace_include_guard (std::ostream &out, const char *name, const std::vector< std::string > &n) |