Hitachi

VisiBroker Version 5 Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス


24.32.1 インクルードファイル

このクラスを使用するときは,corba.hファイルをインクルードしてください。

interface Repository: Container {
    Contained lookup_id(in RepositoryId search_id);
    PrimitiveDef get_primitive(in CORBA::PrimitiveKind kind);
    StringDef create_string(in unsigned long bound);
    WStringDef create_wstring(in unsigned long bound);
    SequenceDef create_sequence(
        in unsigned long bound,
        in IDLType element_type
    );
    ArrayDef create_array(
        in unsigned long length,
        in IDLType element_type
    );
    FixedDef create_fixed(
       in unsigned short digits,
       in short scale
    );
};