Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaData::earn_total_type Enumeration

Types of earnings (without or with totalization).

C++
enum earn_total_type {
  EARN_NO_TOTALIZATION,
  EARN_WITH_TOTALIZATION,
  NUM_EARN_TOTALIZATION
};
Members 
Description 
EARN_NO_TOTALIZATION 
Without considering totalization. 
EARN_WITH_TOTALIZATION 
After considering attributed earnings for totalization.  
NUM_EARN_TOTALIZATION 
Number of types of earnings (without or with totalization).  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!