Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
TraceListener::writeLine Method (std::string&)

Write a string of output, with a newline.

C++
virtual void writeLine(
    const std::string& str
) = 0;
Parameters 
Description 
const std::string& str 
The string to output. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!