MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / TextStream

Method TextStream

source/TextIO.h:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 };
53
54 TextStream()
55 : mFlags(0), mCodePage(-1), mLength(0), mBuffer(NULL), mPos(NULL), mLastRead(0)
56 {
57 SetCodePage(CP_ACP);
58 }
59 virtual ~TextStream()
60 {
61 if (mBuffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected