iostream hierarchy
ios_base:: xalloc [static]
  cplusplus.com  
int xalloc ( );

Return a new index for the internal extensible array.
  Provides a new index to be used with member functions in the internal extensible array.
  This is a static member function.

  The internal extensible array is a general-purpose array of word elements.

Parameters.

none
 

Return Value.
  A new index for iword and pword.

See also.
  iword, pword
  ios_base class


© The C++ Resources Network, 2001