Jive reference manual
List of all members | Public Member Functions
jem::xml::SourceStack Class Reference

#include <jem/xml/SourceStack.h>

Public Member Functions

 SourceStack ()
 
void push (const String &src)
 
String pop ()
 
const Stringtop () const
 
const Stringoperator[] (idx_t idx) const
 
idx_t size () const
 

Constructor & Destructor Documentation

jem::xml::SourceStack::SourceStack ( )

Member Function Documentation

void jem::xml::SourceStack::push ( const String src)
String jem::xml::SourceStack::pop ( )
const String & jem::xml::SourceStack::top ( ) const
const String & jem::xml::SourceStack::operator[] ( idx_t  idx) const
idx_t jem::xml::SourceStack::size ( ) const