samples/dingens.idl
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Thu, 19 Mar 2020 10:47:36 +0100
changeset 63 37d51c3abaae
parent 0 76005e62091d
permissions -rw-r--r--
Release 2.6.3
module Bla {
    struct Blub {
        long a;
        string b;
    };

    interface Blubber {
        Blub getBlub();
    };

    typedef My::Complicated::Reachable::Thing Thing;

    interface Irgendwas {
        struct Bla {

        };

        readonly attribute Thing b;
    };
};