Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
BitAnnual::setBit Method

Sets one value of data.

C++
void setBit(
    int year, 
    int bit
);
Parameters 
Description 
int year 
Year for which data is to be set. 
int bit 
Value to set (0 for false, any other value for true).  
Exceptions 
Description 
PiaException of type PIA_IDS_BITANN1 if year is out of range (only in debug mode).  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!