Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Functions
nested_namespace.h File Reference
#include <vector>
#include <string>
#include <iostream>
Include dependency graph for nested_namespace.h:
This graph shows which files directly or indirectly include this file:

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)