$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Any interest in creating new CORBA IDL to C++ mapping?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-07-22 10:57:12
On 14/07/10 22:58, Kevin Heifner wrote:
> - IDL string is std::string
> - IDL sequence and array are std::vector
> - Java maps them to the same thing
>
> std::vector<octet> object_id();
> std::shared_ptr<Object> id_to_reference(const std::vector<octet>&);
>
Can you use templates?
When you take strings/sequences, why not take ranges instead of specific
types the user would have to convert to?