#include "ycp/YCPBuiltinByteblock.h"#include "ycp/YCPByteblock.h"#include "ycp/YCPInteger.h"#include "ycp/StaticDeclaration.h"Functions | |
| static YCPValue | b_tobyteblock (const YCPValue &v) |
| Converts a value to a byteblock. | |
| static YCPValue | b_size (const YCPByteblock &v) |
| Returns a size of a byteblock in bytes. | |
Variables | |
| StaticDeclaration | static_declarations |
|
|
Returns a size of a byteblock in bytes. size
|
|
|
Converts a value to a byteblock. tobyteblock If the value can't be converted to a byteblock, nilbyteblock is returned.
|
|
|
|
1.4.6