Esempio n. 1
0
void const_shape_visitor::visit( const visitable_t& model, const shape_t& shape)
{
    throw bad_shape_type( shape.type());
}
Esempio n. 2
0
void shape_visitor::visit( visitable_t& model, shape_t& shape)
{
    throw bad_shape_type( shape.type());
}