Typedefs | Functions | Variables

Plugin.cc File Reference

Plugin init. More...

#include <stdio.h>
#include "ink_platform.h"
#include "ink_file.h"
#include "Compatability.h"
#include "ParseRules.h"
#include "I_RecCore.h"
#include "I_Layout.h"
#include "InkAPIInternal.h"
#include "Main.h"
#include "Plugin.h"
#include "ink_cap.h"
Include dependency graph for Plugin.cc:

Go to the source code of this file.

Typedefs

typedef void(* init_func_t )(int argc, char *argv[])

Functions

static void plugin_load (int argc, char *argv[])
static char * plugin_expand (char *arg)
void plugin_init (void)

Variables

static const char * plugin_dir = "."
DLL< PluginRegInfoplugin_reg_list
PluginRegInfoplugin_reg_current = NULL

Detailed Description

Plugin init.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file Plugin.cc.


Typedef Documentation

typedef void(* init_func_t)(int argc, char *argv[])

Definition at line 38 of file Plugin.cc.


Function Documentation

static char* plugin_expand ( char *  arg  )  [static]
void plugin_init ( void   ) 
static void plugin_load ( int  argc,
char *  argv[] 
) [static]

Variable Documentation

const char* plugin_dir = "." [static]

Definition at line 36 of file Plugin.cc.

Referenced by plugin_init(), plugin_load(), SDK_API_TSPluginDirGet(), and TSPluginDirGet().

Definition at line 52 of file Plugin.cc.

Referenced by TSPluginRegister().

Definition at line 51 of file Plugin.cc.