DiscussionsIssue archiveOCCT:Application Framework

Archived issue #0025680

Missing attribute class for TCollection_ExtendedString in TKLCAF package.

CommunityOCCT:Application Frameworkclosed3 public notes

Search issues

Description

There is class TDataStd_AsciiString for TCollection_AsciiString. It's missing class TDataStd_ExtendedString for TCollection_ExtendedString. It would be complete if adding this class.

Public activity

3 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Not a bug.
Class TDataStd_ExtendedString is covered by TDataStd_Name attribute.
Can be closed.
02Author
The semantic between TDataStd_ExtendedString and TDataStd_Name are different though they cover the same storage.

Why not add a class TDataStd_ExtendedString to make a complete OCCT standard dataset?
03Commenter 3
TCollection_ExtendedString class is supported by OCAF attribute 'TDataStd_Name'.
A value type which is kept by this attribute is exactly TCollection_ExtendedString.
No need for new attribute.