|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include "joedb/compiler/nested_namespace.h"
Go to the source code of this file.
Namespaces | |
| namespace | joedb |
Functions | |
| std::vector< std::string > | joedb::split_namespace (std::string_view s) |
| void | joedb::namespace_write (std::ostream &out, const std::vector< std::string > &n, const char *delimiter) |
| 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_include_guard_open (std::ostream &out, const char *name, const std::vector< std::string > &n) |
| void | joedb::namespace_include_guard_close (std::ostream &out) |