NAME
RDF::Cowl::Lib::Gen::Class::Table - Generated docs for RDF::Cowl::Table
VERSION
version 1.0.0
MAIN MODULE
CONSTRUCTORS
new
Signature:
RDF::Cowl::Table->new()
Params:
UHash_CowlObjectTable
$table
Documentation:
Returns a retained hash table.
@param
table Underlying raw hash table.
@return
Retained hash table. Throws exception on error.
Throws exception on error.
C function name: cowl_table
METHODS
get_data
Signature:
$self
->get_data()
Params:
CowlTable
$table
Documentation:
Returns the underlying raw hash table.
@param
table The hash table.
@return
Underlying raw hash table.
C function name: cowl_table_get_data
count
Signature:
$self
->count()
Params:
CowlTable
$table
Documentation:
Returns the number of elements in the hash table.
@param
table The hash table.
@return
Number of elements in The hash table.
C function name: cowl_table_count
get_value
Signature:
$self
->get_value(CowlAny
$key
)
Params:
CowlTable
$table
CowlAny
$key
Documentation:
Returns the value associated
with
the specified key.
@param
table The hash table.
@param
key The key.
@return
Value associated
with
the key, or NULL
if
the key is not present.
C function name: cowl_table_get_value
get_any
Signature:
$self
->get_any()
Params:
CowlTable
$table
Documentation:
Returns one of the
keys
in the hash table.
@param
table The hash table.
@return
One of the
keys
in the hash table.
C function name: cowl_table_get_any
contains
Signature:
$self
->contains(CowlAny
$key
)
Params:
CowlTable
$table
CowlAny
$key
Documentation:
Checks whether the hash table contains the specified key.
@param
table The hash table.
@param
key The key.
@return
True
if
the object is contained in the hash table, false otherwise.
C function name: cowl_table_contains
AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2024 by Auto-Parallel Technologies, Inc..
This is free software, licensed under Eclipse Public License - v 2.0.