get_Scm_String
List of: Functions
Subjects: Scheme Interface, Text
Contents: Scheme Support

Action: Creates a C++const char* from a Scheme string object.

Prototype: const char* get_Scm_String(


ScmObject s // Scheme object


);

Includes: #include "kernel/acis.hxx"

#include "scheme/elk/object.h"

#include "scheme/scheme.hxx"

Description: This function always reuses the same space, so if it is necessary to retain the string for future use, copy it into another space.

Library: scheme

Filename: scm/scheme/scheme.hxx

Effect: System routine
PDF/SCM/05FN.PDF
HTM/DATA/SCM/SCM/05FN/0020.HTM