コード例 #1
0
ファイル: xl_tag_rule.cpp プロジェクト: valeriyr/Hedgehog
BinaryRule
Tag::operator || ( const Tag& _tag )
{
    return BinaryRule( boost::shared_ptr< IElement >( new OrElement( m_tagElement, _tag.getElement() ) ) );

} // Tag::operator &&