Name
SPVM::Document::Modules - SPVM Standard Modules
Description
The list of SPVM Standard Modules. All Standard modules are yet experimental status.
Standard Modules
Fn - Standard Functions
Byte - byte Object
ByteList - Dynamic byte Array
Cloner - Interface Type for the Callback to Clone a Object
Cloneable - Interface Type to Clone a Object
Comparator::Byte - Interface Type for byte Comparation Callback
Comparator::Short - Interface Type for short Comparation Callback
Comparator::Int - Interface Type for int Comparation Callback
Comparator::Long - Interface Type for long Comparation Callback
Comparator::Float - Interface Type for float Comparation Callback
Comparator::Double - Interface Type for double Comparation Callback
Comparator::String - Interface Type for string Comparation Callback
Comparator - Interface Type for object Comparation Callback
Complex_2d - double Complex Type
Complex_2f - float Complex Type
Double - double Object
DoubleList - Dynamic double Array
EqualityChecker - Interface Type for Object Equality Checking Callback
EqualityChecker::SameObject - A Implementation of EqualityChecker to Check if the Memory Addresses of the Two Objects are Equal.
Float - float Object
FloatList - Dynamic float Array
Hash - Hash Data Structure
Hash::Entry - Hash Entry
Int - int Object
IntList - Dynamic int Array
List - Dynamic Object Array
Long - long Object
LongList - Dynamic long Array
Short - short Object
ShortList - Dynamic short Array
Sort - Sorting Utilities
Format - Format Utilities
StringBuffer - String Buffer
Stringable - Interface Type to Stringify a Object
Stringer - Interface Type for Stringing Callback
StringList - Dynamic string Array
Time - Time Manipulation
Time::Info - Time Information
CPAN Modules
The list of some CPAN modules. All CPAN modules are yet experimental status.
JSON - JSON
Math - Math functions
Regex - Regular Expression
Unicode - Unicode Utilities
Base64 - Base 64
Time::Local - Time Reverse Manipulation
SPVM::Errno - Error Number
SPVM::Resource::Re2::V2022_06_01 - Resource of Google RE2 release 2022-06-01.
SPVM::Resource::Zlib::V1_2_11 - zlib v1.2.11 Resource
SPVM::Cwd - get pathname of current working directory
SPVM::IO - File IO, Socket, Select/Polling.
SPVM::Digest::MD5 - SPVM interface to the MD5 Algorithm