swarm.collections
Class StringCImpl
java.lang.Object
|
+--swarm.PhaseCImpl
|
+--swarm.collections.StringCImpl
- public class StringCImpl
- extends PhaseCImpl
- implements CreateS, CreateC, DropS, DropC, CopyS, CopyC, StringS
Character string object (later to support collection behavior)..
The String object type packages a null-terminated, C-format character string into an object. All memory allocation needed to hold the string value is handled by the object. This type currently defines only the most rudimentary operations for initializing and appending C-format character strings. These are sufficient for its current limited roles in places that need a uniformity between character strings and other kinds of allocated objects.
Methods implemented by this class for interface swarm.collections.StringS |
setC |
StringCImpl
public StringCImpl(StringImpl nextPhase)
StringCImpl
public StringCImpl()