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

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 2002-06-12