Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaMethod::app_type Enumeration

Type of method applicability.

C++
enum app_type {
  NOT_APPLICABLE,
  APPLICABLE,
  HIGH_PIA,
  SUPPORT_PIA
};
Members 
Description 
NOT_APPLICABLE 
Method not applicable. 
APPLICABLE 
Method is applicable, but is not the highest or the support PIA. 
HIGH_PIA 
Method has highest PIA. 
SUPPORT_PIA 
Method has support PIA. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!