next up previous contents
Next: Text Up: Methods Previous: Length

DimLength

NAME DimLength

PROTOTYPE

#include "CifString.h"

int CifString::DimLength();

EXAMPLE

#include "CifString.h"

CifString *s = new CifString("ABC");
cout<<s->DimLength()<<endl;
PURPOSE

DimLength() Determines allocated length of CifStirng.

RECEIVES

None

RETURN VALUE

Returns allocated length of CifStirng

REMARKS

None



Olivera Tosic
12/21/1999