AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ CreateFromSdsIdTypeCopy()

static Id drama::sds::Id::CreateFromSdsIdTypeCopy ( const SdsIdType  item)
static

Factory constructor method that constructs an sds::Id item by coping an existing C language SDS id.

This static factory sds::Id constructor that takes an existing SDS ID (C style) and creates an sds::Id object referring to a copy of that item.

Parameters
itemThe SdsIdType of the item to be copied.
Returns
An Id providing a reference to the structure.