Home Previous Up Next Index

armarx::LiteralImplBase

Overview

[ "cpp:virtual" ] class LiteralImplBase extends TermImplBase

A literal is a leaf in the expression tree. Each literal represents a condition check and therefore contains its configuration.

Operation Index

setValue
setValueAndData
getCheckConfiguration

Data Member Index

checkConfig

Operations

void setValue(bool value)

void setValueAndData(bool value, DataFieldIdentifierBase id, VariantBase datafieldValue)

CheckConfiguration getCheckConfiguration()

Data Members

CheckConfiguration checkConfig;


Home Previous Up Next Index