Otawa  0.10
elm::dtd Namespace Reference

Typedefs

typedef Element::Make make
 

Functions

Content & operator* (Content &c)
 
Content & operator+ (Content &c1, Content &c2)
 
Content & operator| (Content &c1, Content &c2)
 
Content & operator, (Content &c1, Content &c2)
 
Content & operator& (Content &c1, Content &c2)
 

Variables

Content & empty = _empty
 
GC _gc
 
const t::uint32 STRICT = Attribute::STRICT
 
const t::uint32 REQUIRED = Attribute::REQUIRED
 

Typedef Documentation

typedef Element::Make elm::dtd::make

Function Documentation

Content& elm::dtd::operator& ( Content &  c1,
Content &  c2 
)
inline

References _gc.

Content& elm::dtd::operator* ( Content &  c)
inline

References _gc.

Content& elm::dtd::operator+ ( Content &  c1,
Content &  c2 
)
inline

References _gc.

Content& elm::dtd::operator, ( Content &  c1,
Content &  c2 
)
inline

References _gc.

Content& elm::dtd::operator| ( Content &  c1,
Content &  c2 
)
inline

References _gc.

Variable Documentation

GC elm::dtd::_gc
const t::uint32 elm::dtd::REQUIRED = Attribute::REQUIRED
const t::uint32 elm::dtd::STRICT = Attribute::STRICT