Exemplo n.º 1
0
BinaryRule
Tag::operator || ( const Tag& _tag )
{
    return BinaryRule( boost::shared_ptr< IElement >( new OrElement( m_tagElement, _tag.getElement() ) ) );

} // Tag::operator &&