Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Out132::prepareStrings Method

Prepares the two-line title strings for output.

C++
static void prepareStrings(
    std::string* stringTable, 
    int* count, 
    int* pageNum, 
    const std::string* newPageTitle
);
Parameters 
Description 
std::string* stringTable 
String table to put results into. 
int* count 
Output count of number of lines prepared. 
int* pageNum 
Page counter. 
const std::string* newPageTitle 
Title array (length 2). 

Puts the specified titles in the next two strings in the specified string table, along with the date, time, and page counter. Then adds two blank lines to the string table.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!