List Length Functions

Length of the appropriate type List. More...

Functions

Integer Length (RhythmList Reference L)
 Length of a ComplexList.
Integer Length (String s)
 String length.

Detailed Description

Length of the appropriate type List.


Function Documentation

Integer Length ( String  s  ) 

String length.

Parameters:
s String
Returns:
The length of the String

Definition at line 23 of file Musimat.cpp.

References Return.

00023 { Return( Integer( strlen(s)+1 ) ); }

Integer Length ( RhythmList Reference  L  ) 

Length of a ComplexList.

Parameters:
L ComplexList


Generated on Fri Sep 8 23:21:12 2006 for MusimatLib by  doxygen 1.4.7