#include "../pch.h"
#include <jni.h>
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
#include "../db/jsobj.h"
#include "engine.h"
Go to the source code of this file.
Classes | |
class | mongo::JavaJSImpl |
class | mongo::JavaScope |
Namespaces | |
namespace | mongo |
Defines | |
#define | jassert(_Expression) if ( ! ( _Expression ) ){ jasserted(#_Expression, __FILE__, __LINE__); } |
Functions | |
const char * | mongo::findEd (const char *) |
const char * | mongo::findEd () |
const string | mongo::findJars () |
void | mongo::jasserted (const char *msg, const char *file, unsigned line) |
JNIEXPORT jint JNICALL | mongo::java_native_call (JNIEnv *, jclass, jobject outBuffer, jobject inBuffer) |
JNIEXPORT void JNICALL | mongo::java_native_say (JNIEnv *, jclass, jobject outBuffer) |
Variables | |
JavaJSImpl * | mongo::JavaJS |
#define jassert | ( | _Expression | ) | if ( ! ( _Expression ) ){ jasserted(#_Expression, __FILE__, __LINE__); } |
Definition at line 39 of file engine_java.h.