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

Write a string of output, without a newline.

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