Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OutFileHTML::writeCellBody Method (int)

Writes the html for an integer as the contents of one cell in a table, left-justified.

C++
void writeCellBody(
    int theInt
);
Parameters 
Description 
int theInt 
The integer to be placed in the cell in the table.  

There are multiple versions of this function. Each version uses the inserter to put the argument into the output stream, surrounded by the appropriate tags.

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