The Be Book The Support Kit The Support Kit Index

Functions and Macros Function Summary


Function Summary

Function Description
add_system_beep_event() Adds a system beep event
atomic_add() Atomic addition of variables
atomic_and() Atomic and of variables
atomic_or() Atomic or of variables
beep() Produces the system beep
cast_as() Safe casting operation
class_name() Returns the name of the class
convert_from_utf8() Convert text from UTF8
convert_to_utf8() Convert text to UTF8
find_instantiation_func() Returns a pointer to an object's Instantiate() function
instantiate_object() Instantiate an archived object
is_instance_of() Tests whether an object is an instance of a given class
is_kind_of() Tests whether an object is an instance of or inherits from a given class
is_type_swapped() Tests whether a type code is swapped
max() Compares two values, returning the greater
max_c() Compares two values, returning the greater
min() Compares two values, returning the lesser
min_c() Compares two values, returning the lesser
swap_data() General byte swapping function
system_beep() Produces the system beep for a specific event
validate_instantiation() Tests whether an archive contains an object of the given type

The Be Book The Support Kit The Support Kit Index

Stephen van Egmond