libIDL-2(3) C Library Functions libIDL-2(3)NAME
libIDL-2 - IDL parsing library
DESCRIPTION
The libIDL-2 library provides an API for parsing CORBA Interface Definition Language (IDL) files and manipulating the resultant parse tree.
libIDL-2 is used by orbit-idl-2(1), the GNOME IDL compiler. No API documentation is currently supplied with the library.
FILES
The following files are used by this application:
/usr/lib/libIDL-2.so IDL parsing shared library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-component |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO orbit-idl-2(1), libORBit-2(3), libORBitCosNaming(3), attributes(5), gnome-interfaces(5)NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003.
SunOS 5.11 10 Jan 2003 libIDL-2(3)
Check Out this Related Man Page
libIDL-2.3(3) Introduction to Library Functions libIDL-2.3(3)NAME
libIDL-2 - IDL parsing library
DESCRIPTION
The libIDL library provides an API for parsing CORBA Interface Definition Language (IDL) files and manipulating the resultant parse tree.
libIDL is used by orbit-idl-2(1), the GNOME IDL compiler. No API documentation is currently supplied with the library.
FILES
The following files are used by this application:
/usr/lib/libIDL-2.so IDL parsing shared library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-------------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-------------------------------+
|Availability |SUNWgnome-component-arch-devel |
+-----------------------------+-------------------------------+
|Interface stability |External |
+-----------------------------+-------------------------------+
SEE ALSO orbit-idl-2(1), libORBit-2(3)NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003.
SunOS 5.10 10 Jan 2003 libIDL-2.3(3)
i often hear the word parse the files, parse it etc.
what does parsing mean in such contexts.does it mean breaking the files into smaller chunnks (2 Replies)
hi
i need to compile idl files to convert them to classes, on Unix platform. Please tell me how to compile these files & which commands are to be used for this purpose.
Thanks & Regards (6 Replies)
--------------------------------------------------------------------------------
Hi All,
I am reading some logfiles and parsing data and printing to some textfile.
Here is my code
OLDIFS=$IFS
IFS='
' # just a newline, in single quotes
while read data
do
if
then
#Parsing the... (4 Replies)
Is there a Unix command similar to the WHERE command in IDL. Such a command would return all location numbers of an array where the value at those locations satisfy specified conditions. For example, if I have a random vector
vector=(3 5 6 9)
how can I find the location numbers in ${vector}... (6 Replies)
Hi,
I hope this is appropriate for this forum.
I have a text file (test.txt) that contains information that I would like to parse into an IDL procedure. Each line of the text file is either a number or a string, which will be a variable in my IDL procedure. Therefore I want to read each line... (1 Reply)
hi experts,
i have two files as fileA and fileB
fileA
=====
"assembly_warehouse";"product_code";"sequence_number";"expiry_date";"component_whouse";"component_code"
"01";"3013000005 ";"0030";"2099/12/31";"01";"1001110002 "
"01";"3013000005 ";"0040";"2099/12/31";"01";"1001120002 "... (2 Replies)
Hello,
We have edi files we need to do some extra parsing on.
There is a line that shows up that looks like this:
GE|8,845|000000000
We need to parse the file, find the line ( that begins with GE "^GE" ), and remove the comma(s).
What is the easiest way to do that ? I know I can grab... (5 Replies)
Discussion started by: fwellers
5 Replies
8. Post Here to Contact Site Administrators and Moderators
I have read the sun-expansion scenario numerous places but I've never read any suggestion that the earth's orbit would increase to avoid being scorched. What mechanism would push it out?
As for creating a black hole by the LHC, the whole concept is silly so any number of reasons would rule it... (9 Replies)
Hey :)
I have some questions regarding the old unix if command.
(see man pageman.cat-v.org/unix-6th/1/if
Here I uploaded the source code: (it's a bit too long, to put it here)
pastebin.com/bj0Hvfrw
Now my questions:
1.) Line 14: The function exp() is called with no arguments. But the... (13 Replies)