SPAha_bridge Global Function HA_Build_Segment_String
All Frameworks Class Hierarchy This Framework Indexes
SPAha_bridge Global Function HA_Build_Segment_String
char* HA_Build_Segment_String( | ENTITY* | entity, |
| char* | inbuffer, |
| const char* | pattern | =0) |
-
Converts the pattern input to an expanded string and places into a buffer.
Role: The pattern should be a string with '/' separating keywords and static strings.
Keywords:
- history (this is replaced with entity->history())
- entity (this is replaced with the ENTITY's pointer value)
- type (this is replaced with entity->type_name())
For example: "?Include Library/entity" will become "?Include Library/0x12345678" if entity=0x12345678
- Parameters:
-
- entity
- Given ENTITY.
- inbuffer
- Expanded string, should be large enough to hold the expanded string.
- pattern
- Segment pattern string.
- Returns:
- Value of inbuffer.
This object is included in the file: ha_bridge.h
Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.