comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Object Field Name Conflicts
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Object Field Name Conflicts [message #87340 is a reply to message #87338] Sat, 25 January 2014 19:29 Go to previous messageGo to previous message
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
On 1/25/14, 7:52 PM, David Fanning wrote:
> Folks,
>
> In building an object program recently I have a core object that
> inherits IDL_CONTAINER, IDLitCOMPONENT, and IDL_OBJECT objects. I don't
> know the field or tag names of *any* of these objects, which makes
> choosing names for my own object a bit of an adventure.
>
> I've already run into conflict with _parent, _name, and _uvalue. Of
> course, this is not surprising. Great minds think alike and all that.
> But, I wonder if there is a listing of the tag names these objects use?
>
> It would be wonderful if the name space of objects could be protected,
> but failing that, it would be great if we knew what names we can't use.
>
> Cheers,
>
> David
>

IDL> help, { idl_object }
** Structure IDL_OBJECT, 3 tags, length=24, data length=20:
IDL_OBJECT_TOP LONG64 0
__OBJ__ OBJREF <NullObject>
IDL_OBJECT_BOTTOM
LONG64 0
IDL> help, { idl_container }
** Structure IDL_CONTAINER, 6 tags, length=32, data length=30:
IDL_CONTAINER_TOP
LONG64 0
IDLCONTAINERVERSION
INT 0
PHEAD POINTER <NullPointer>
PTAIL POINTER <NullPointer>
NLIST LONG 0
IDL_CONTAINER_BOTTOM
LONG64 0
IDL> help, { idlitcomponent }
** Structure IDLITCOMPONENT, 14 tags, length=128, data length=122:
IDLITCOMPONENT_TOP
LONG64 0
IDLITCOMPONENTVERSION
INT 0
DESCRIPTION STRING ''
NAME STRING ''
ICON STRING ''
IDENTIFIER STRING ''
HELP STRING ''
TOOL OBJREF <NullObject>
UVALUE POINTER <NullPointer>
_PARENT OBJREF <NullObject>
_PROXY OBJREF <NullObject>
PROPERTYDESCRIPTORS
OBJREF <NullObject>
_FLAGS LONG 0
IDLITCOMPONENT_BOTTOM
LONG64 0

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: God save me!
Next Topic: urgent-outliers removal

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 02:50:34 PDT 2025

Total time taken to generate the page: 0.72179 seconds