rippled
Public Member Functions | Private Attributes | List of all members
ripple::SOElement Class Reference

An element in a SOTemplate. More...

Collaboration diagram for ripple::SOElement:
Collaboration graph
[legend]

Public Member Functions

 SOElement (SField const &fieldName, SOEStyle style)
 
SField const & sField () const
 
SOEStyle style () const
 

Private Attributes

std::reference_wrapper< SField const > sField_
 
SOEStyle style_
 

Detailed Description

An element in a SOTemplate.

Definition at line 43 of file SOTemplate.h.

Constructor & Destructor Documentation

◆ SOElement()

ripple::SOElement::SOElement ( SField const &  fieldName,
SOEStyle  style 
)

Definition at line 50 of file SOTemplate.h.

Member Function Documentation

◆ sField()

SField const& ripple::SOElement::sField ( ) const

Definition at line 64 of file SOTemplate.h.

◆ style()

SOEStyle ripple::SOElement::style ( ) const

Definition at line 70 of file SOTemplate.h.

Member Data Documentation

◆ sField_

std::reference_wrapper<SField const> ripple::SOElement::sField_
private

Definition at line 46 of file SOTemplate.h.

◆ style_

SOEStyle ripple::SOElement::style_
private

Definition at line 47 of file SOTemplate.h.