enum Crow::CrowTag

Overview

Tag definitions.

Defined in:

libcrow/Field.cr

Enum Members

TUNKNOWN = 0
TFIELDINFO = 1
TBLOCK = 2
TROWSEP = 3
TSET = 4
TSETREF = 5
TFLAGS = 6
NUMTAGS = 7

Instance Method Summary

Instance Method Detail

def numtags? #

[View source]
def tblock? #

[View source]
def tfieldinfo? #

[View source]
def tflags? #

[View source]
def trowsep? #

[View source]
def tset? #

[View source]
def tsetref? #

[View source]
def tunknown? #

[View source]