AnsiGL Wiki
A modern "graphics" API for text-based applications
Status: Pre-Alpha
Brought to you by:
nicrohobak
astring is (ideally) a perfect std::string implementation for achar. astring is an extension of std::vector< achar > to allow for more std::string-like functionality to be added.
(*Note: Nearly as foundational as achar).
Name | Details |
---|---|
length() | Returns the length of the string only (std::string::length() and AnsiGL::astring::length() should be equivalent |
Render() | "Renders" the astring to a properly ANSI encoded std::string |