mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
39 lines
972 B
ReStructuredText
39 lines
972 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/CPP-load.bif.zeek
|
|
==========================
|
|
.. zeek:namespace:: GLOBAL
|
|
|
|
Definitions of built-in functions related to loading compiled-to-C++
|
|
scripts.
|
|
|
|
:Namespace: GLOBAL
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Functions
|
|
#########
|
|
========================================== ====================================================================
|
|
:zeek:id:`load_CPP`: :zeek:type:`function` Activates the compile-to-C++ scripts associated with the given hash.
|
|
========================================== ====================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Functions
|
|
#########
|
|
.. zeek:id:: load_CPP
|
|
:source-code: base/bif/CPP-load.bif.zeek 16 16
|
|
|
|
:Type: :zeek:type:`function` (h: :zeek:type:`count`) : :zeek:type:`bool`
|
|
|
|
Activates the compile-to-C++ scripts associated with the given hash.
|
|
|
|
|
|
:param h: Hash of the set of C++ scripts.
|
|
|
|
|
|
:returns: True if it was present and loaded, false if not.
|
|
|
|
|
|
|