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

This new flavor of function behaves like a "synchronous event". See documentation for more details on usage.
58 lines
1.2 KiB
ReStructuredText
58 lines
1.2 KiB
ReStructuredText
.. Automatically generated. Do not edit.
|
|
|
|
:tocdepth: 3
|
|
|
|
autogen-reST-func-params.bro
|
|
============================
|
|
|
|
|
|
|
|
|
|
:Source File: :download:`autogen-reST-func-params.bro`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Types
|
|
#####
|
|
======================================== =
|
|
:bro:type:`test_rec`: :bro:type:`record`
|
|
======================================== =
|
|
|
|
Functions
|
|
#########
|
|
========================================= ======================================
|
|
:bro:id:`test_func`: :bro:type:`function` This is a global function declaration.
|
|
========================================= ======================================
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Types
|
|
#####
|
|
.. bro:type:: test_rec
|
|
|
|
:Type: :bro:type:`record`
|
|
|
|
field_func: :bro:type:`function` (i: :bro:type:`int`, j: :bro:type:`int`) : :bro:type:`string`
|
|
This is a record field function.
|
|
|
|
:param i: First param.
|
|
:param j: Second param.
|
|
|
|
:returns: A string.
|
|
|
|
Functions
|
|
#########
|
|
.. bro:id:: test_func
|
|
|
|
:Type: :bro:type:`function` (i: :bro:type:`int`, j: :bro:type:`int`) : :bro:type:`string`
|
|
|
|
This is a global function declaration.
|
|
|
|
|
|
:param i: First param.
|
|
|
|
:param j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|