engine_java.h File Reference

#include "../pch.h"
#include <jni.h>
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
#include "../db/jsobj.h"
#include "engine.h"
Include dependency graph for engine_java.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 Documentation

#define jassert ( _Expression   )     if ( ! ( _Expression ) ){ jasserted(#_Expression, __FILE__, __LINE__); }

Definition at line 39 of file engine_java.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:27 2013