Global Namespace
Inheritance Tree
Inheritance Graph
Name Index
namespace
Synopsis
class
Lexer
::Queue
File:
../Synopsis/Lexer.hh
a Queue is used to read in tokens from a stream without consuming them
Public Typedefs Summary:
std::deque<
Token
>
Container
Container::size_type
size_type
Public Member functions Summary:
bool
empty
()
const
size_type
size
()
const
const
Token
&
front
()
const
const
Token
&
back
()
const
const
Token
&
at
(
size_type
i
)
const
void
push
(const
Token
&
t
)
void
pop
()
void
clear
()
Private Data members Summary:
Container
my_container
Generated on Thu Apr 16 16:27:43 2009 by
synopsis
(version devel)