|
Free Electron
|
Access attributes as string lists, one string per sub item. More...
#include <StringAccessor.h>
Public Member Functions | |
| virtual void | bind (sp< Scope > spScope) |
| virtual int | setup (sp< Layout > spLayout, const String &a_attrname) |
| virtual void | get (Record r_has, Array< String > &a_values) |
| virtual void | set (Record r_has, const String &a_value, int a_index=0) |
| virtual void | setRealFormat (const String &a_format) |
| virtual void | setIntegerFormat (const String &a_format) |
| virtual void | setStringFormat (const String &a_format) |
Private Attributes | |
| sp< BaseType > | m_spStringType |
| sp< BaseType > | m_spRealType |
| sp< BaseType > | m_spIntType |
| sp< BaseType > | m_spSpatialVectorType |
| sp< BaseType > | m_type |
| Accessor< String > | m_aString |
| Accessor< Real > | m_aReal |
| Accessor< SpatialVector > | m_aSpatialV |
| Accessor< int > | m_aInt |
| BaseAccessor | m_aBase |
| sp< Layout > | m_layout |
| String | m_intFormat |
| String | m_strFormat |
| String | m_realFormat |
Access attributes as string lists, one string per sub item.
Supported attribute types:
1.8.13