#include "st.h"
Include dependency graph for cpp_st.hpp:
Go to the source code of this file.
Namespaces | |
namespace | Exc_Ruby |
namespace | Exc_Ruby::detail |
Defines | |
#define | st_insert(table, key, value) ((::Exc_Ruby::detail::St_Insert_Signature)(st_insert))(table, key, value) |
#define | st_lookup(table, key, value) ((::Exc_Ruby::detail::St_Lookup_Signature)(st_lookup))(table, key, value) |
#define | st_init_table(type) ((::Exc_Ruby::detail::St_Init_Table_Signature)(st_init_table))(type) |