Poco::FastInfoset

class BoolEncoding

File Information

Library: FastInfoset
Package: CodingAlgorithm
Header: Poco/FastInfoset/BoolEncoding.h

Description

This class implements the Fast Infoset encoding for boolean.

Inheritance

Direct Base Classes: Encoding

All Base Classes: Encoding, Poco::RefCountedObject

Member Summary

Member Functions: check, checkMethod, createContent, decode, decodeMethod, encode, encodeMethod, handle, merge, parse, type, write

Inherited Functions: checkMethod, content, createContent, decodeMethod, duplicate, encodeMethod, handle, merge, referenceCount, release, type, write

Constructors

BoolEncoding

explicit BoolEncoding(
    bool value
);

Creates the BoolEncoding, using the given value.

BoolEncoding

explicit BoolEncoding(
    const std::vector < bool > & values
);

Creates the BoolEncoding, using the given values.

BoolEncoding

explicit BoolEncoding(
    const std::string & values
);

Creates the BoolEncoding, using the given string containing space-separated boolean values.

Destructor

~BoolEncoding virtual

~BoolEncoding();

Destroys the BoolEncoding.

Member Functions

check static

static Poco::Int32 check(
    const std::string & str
);

checkMethod inline

Encoding::CheckMethod checkMethod() const;

createContent virtual

void createContent();

decode static

static void decode(
    BitStreamReader & reader,
    std::string & result
);

decode static

static Encoding::Ptr decode(
    BitStreamReader & reader
);

decodeMethod inline

Encoding::DecodeMethod decodeMethod() const;

encode static

static void encode(
    BitStreamWriter & writer,
    const std::string & str
);

encodeMethod inline

Encoding::EncodeMethod encodeMethod() const;

handle virtual

void handle(
    FISContentHandler * pHandler
) const;

merge virtual

bool merge(
    const Encoding & enc
);

parse static

static void parse(
    const std::string & str,
    std::vector < bool > & data
);

Parses the string for the values "true and "false", single space chars are allowed between the values but not at the end or at the beginning, every error will result in an empty data return vector.

type virtual inline

Poco::UInt32 type() const;

write virtual

void write(
    BitStreamWriter & writer
) const;

Variables

VAL_FALSE static

static const std::string VAL_FALSE;

VAL_TRUE static

static const std::string VAL_TRUE;

Securely control IoT edge devices from anywhere   Connect a Device