Ejemplo n.º 1
0
ByteSet getBytes(Transition& t) {
    ByteSet b;
    t.getBytes(b);
    return b;
}