class Crow::RowValue

Defined in:

libcrow/Decoder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | Slice(UInt8) | String | UInt16 | UInt32 | UInt64 | UInt8, field : Crow::Field, flags : UInt8) #

[View source]

Instance Method Detail

def field : Field #

[View source]
def field=(field : Field) #

[View source]
def flags : UInt8 #

[View source]
def flags=(flags : UInt8) #

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]
def value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes #

[View source]
def value=(value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes) #

[View source]
def value_to_s(value : Bytes) #

[View source]
def value_to_s(value : String) #

[View source]
def value_to_s(value : Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8) #

[View source]