
Public Member Functions | |
| ValueExplode (const QString &aCommand, const char aDelemiter= '&', const char a2Delemiter='=') | |
| constructor | |
| virtual | ~ValueExplode () |
| destructor | |
| operator const tvaluelist & () | |
| assigen operator | |
Protected Member Functions | |
| void | splitit () |
| the real split routine | |
| ValueExplode () | |
| constructor | |
Protected Attributes | |
| tvaluelist | m_LastParsed |
| what was parsed last | |
| QString | mDelemiter |
| the delemiter to use | |
| QString | m2Delemiter |
| the inner delemiter | |
| QString | m_Command |
| the content | |
|
|
constructor
Definition at line 45 of file opiemail.cpp. |
|
||||||||||||||||
|
constructor
Definition at line 67 of file opiemail.cpp. References m2Delemiter, mDelemiter, and splitit(). |
|
|
destructor
Definition at line 63 of file opiemail.cpp. |
|
|
assigen operator
Definition at line 60 of file opiemail.cpp. References m_LastParsed. |
|
|
the real split routine
Definition at line 75 of file opiemail.cpp. References QValueList< T >::append(), QValueList< T >::clear(), QString::find(), QString::isEmpty(), QString::length(), m2Delemiter, m_Command, m_LastParsed, mDelemiter, QString::mid(), and pos. Referenced by ValueExplode(). |
|
|
the inner delemiter
Definition at line 39 of file opiemail.cpp. Referenced by splitit(), and ValueExplode(). |
|
|
the content
Definition at line 43 of file opiemail.cpp. Referenced by splitit(). |
|
|
what was parsed last
Definition at line 35 of file opiemail.cpp. Referenced by operator const tvaluelist &(), and splitit(). |
|
|
the delemiter to use
Definition at line 37 of file opiemail.cpp. Referenced by splitit(), and ValueExplode(). |
1.4.2