#include <Template.hpp>
Public Member Functions | |
TagNestingLevel () | |
Constructor. | |
Public Attributes | |
unsigned int | tagForeach |
Nesting level: foreach tags. | |
unsigned int | tagIf |
Nesting level: if tags. | |
unsigned int | tagFirst |
Nesting level: first tags. | |
unsigned int | tagMid |
Nesting level: mid tags. | |
unsigned int | tagLast |
Nesting level: last tags. | |
unsigned int | tagSingle |
Nesting level: single tags. | |
unsigned int | tagNotFirst |
Nesting level: notfirst tags. | |
unsigned int | tagNotMid |
Nesting level: notmid tags. | |
unsigned int | tagNotLast |
Nesting level: notlast tags. | |
unsigned int | tagNotSingle |
Nesting level: notsingle tags. | |
unsigned int | tagSWrap |
Nesting level: swrap tags. | |
unsigned int | tagSection |
Nesting level: section tags. | |
unsigned int | tagRef |
Nesting level: ref tags. | |
unsigned int | all |
Nesting level: all tags. |
Keeps track of tag nesting levels in a template.
|
Constructor.
|
|
Nesting level: all tags.
|
|
Nesting level: first tags.
|
|
Nesting level: foreach tags.
|
|
Nesting level: if tags.
|
|
Nesting level: last tags.
|
|
Nesting level: mid tags.
|
|
Nesting level: notfirst tags.
|
|
Nesting level: notlast tags.
|
|
Nesting level: notmid tags.
|
|
Nesting level: notsingle tags.
|
|
Nesting level: ref tags.
|
|
Nesting level: section tags.
|
|
Nesting level: single tags.
|
|
Nesting level: swrap tags.
|