*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/associated (3)              
Title
Content
Arch
Section
 

Contents


ASSOCIATED(3I)					       Last changed: 2-5-98

NAME    [Toc]    [Back]

     ASSOCIATED	- Returns the pointer association status

SYNOPSIS    [Toc]    [Back]

     ASSOCIATED	([POINTER=]pointer [,[TARGET=]target])

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     The ASSOCIATED intrinsic function returns the association status of
     its pointer argument or indicates the pointer is associated with the
     target.  It accepts the following arguments:

     pointer   Must be a pointer and can be of any type.  Its pointer
	       association status must not be undefined.

     target    Must be a pointer or target.  If	it is a	pointer, its
	       pointer association status must not be undefined.

     ASSOCIATED	is an inquiry function.	 The name of this intrinsic cannot
     be	passed as an argument.

RETURN VALUES    [Toc]    [Back]

     The result	is of type default logical.

     If	target is absent, the result is	true if	pointer	is currently
     associated	with a target and false	if it is not.

     If	target is present and is a target, the result is true if pointer is
     currently associated with target and false	if it is not.

     If	target is present and is a pointer, the	result is true if both
     pointer and target	are currently associated with the same target, and
     is	false otherwise.

     If	either pointer or target is disassociated, the result is false.

     If	pointer	and target are both dummy arguments, the result	is
     undefined.

EXAMPLES    [Toc]    [Back]

     Example 1:	 ASSOCIATED (CURRENT, HEAD) is true if CURRENT points to
     the target	HEAD.

     Example 2:	 Consider the following	statement:

	  A_PART => A (:N)

     After the preceding statement is executed,	the statement ASSOCIATED
     (A_PART, A) is true if N is equal to UBOUND(A, DIM	= 1).

     Example 3:	 After the execution of	the following statements,
     ASSOCIATED(CUR, TOP) is false:

	  NULLIFY (CUR);  NULLIFY (TOP)

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.
ASSOCIATED(3I)					       Last changed: 2-5-98

NAME    [Toc]    [Back]

     ASSOCIATED	- Returns the pointer association status

SYNOPSIS    [Toc]    [Back]

     ASSOCIATED	([POINTER=]pointer [,[TARGET=]target])

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     The ASSOCIATED intrinsic function returns the association status of
     its pointer argument or indicates the pointer is associated with the
     target.  It accepts the following arguments:

     pointer   Must be a pointer and can be of any type.  Its pointer
	       association status must not be undefined.

     target    Must be a pointer or target.  If	it is a	pointer, its
	       pointer association status must not be undefined.

     ASSOCIATED	is an inquiry function.	 The name of this intrinsic cannot
     be	passed as an argument.

RETURN VALUES    [Toc]    [Back]

     The result	is of type default logical.

     If	target is absent, the result is	true if	pointer	is currently
     associated	with a target and false	if it is not.

     If	target is present and is a target, the result is true if pointer is
     currently associated with target and false	if it is not.

     If	target is present and is a pointer, the	result is true if both
     pointer and target	are currently associated with the same target, and
     is	false otherwise.

     If	either pointer or target is disassociated, the result is false.

     If	pointer	and target are both dummy arguments, the result	is
     undefined.

EXAMPLES    [Toc]    [Back]

     Example 1:	 ASSOCIATED (CURRENT, HEAD) is true if CURRENT points to
     the target	HEAD.

     Example 2:	 Consider the following	statement:

	  A_PART => A (:N)

     After the preceding statement is executed,	the statement ASSOCIATED
     (A_PART, A) is true if N is equal to UBOUND(A, DIM	= 1).

     Example 3:	 After the execution of	the following statements,
     ASSOCIATED(CUR, TOP) is false:

	  NULLIFY (CUR);  NULLIFY (TOP)

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.
[ Back ]
 Similar pages
Name OS Title
tt_pointer_error HP-UX return the status of a pointer
current_task Tru64 General: Returns a pointer to the task structure associated with the currently running kernel thread
allocated IRIX Returns the array allocation status
aio_return Tru64 Returns the status of an asynchronous I/O operation (P1003.1b)
aio_error Tru64 Returns the error status of a specified asynchronous I/O operation (P1003.1b)
mq_getattr Tru64 Returns the status and attributes of a message queue (P1003.1b)
dmDVIAudioEncode IRIX compress audio data using the IMA (Interactive Multimedia Association) Recommended ADPCM compression, based on
unit IRIX Returns the status of a BUFFER IN or BUFFER OUT statement
pthread_exc_get_status_np Tru64 (Macro) Obtains a systemdefined error status from a DECthreads status exception object
XmImUnregister HP-UX An input manager function that removes a widget from association with its input manager
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service