Exacct::Object::Item - exacct item manipulation
use Sun::Solaris::Exacct::Object; my $ea_item = Sun::Solaris::Exacct::Object::Item->new( &EXT_UINT64 | &EXC_DEFAULT | &EXD_PROC_PID, $$);
This module is used for manipulating libexacct(3LIB) data Items. A libexacct Item is represented as an opaque reference blessed into the Sun::Solaris::Exacct::Object::Item class, which is a subclass of the Sun::Solaris::Exacct::Object class. The underlying libexacct data types are mapped onto Perl types as follows:
libexacct type | Perl internal type |
EXT_UINT8 | IV (integer) |
EXT_UINT16 | |
EXT_UINT32 | |
EXT_UINT64 | |
EXT_DOUBLE | |
EXT_STRING | |
EXT_RAW | |
EXT_EXACCT_OBJECT |
Class methods include those inherited from the Sun::Solaris::Exacct::Object base class, plus the following:
new($catalog, $value)
Object methods are those inherited from the Sun::Solaris::Exacct::Object.
See attributes(5) for descriptions of the following attributes:
|
Exacct(3PERL), Exacct::Catalog(3PERL), Exacct::File(3PERL), Exacct::Object(3PERL), Exacct::Object::Group(3PERL), libexacct(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |