CCCC - C and C++ Code Counter  9999-git
CCCC Development version (post-3.1.4)
Classes | Enumerations
cccc_met.h File Reference
#include <string>
#include "cccc_db.h"
#include "cccc_itm.h"
Include dependency graph for cccc_met.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Metric_Treatment
 
class  CCCC_Metric
 

Enumerations

enum  EmphasisLevel { elLOW =0, elMEDIUM =1, elHIGH =2 }
 

Enumeration Type Documentation

Enumerator
elLOW 
elMEDIUM 
elHIGH 

Definition at line 27 of file cccc_met.h.

27 { elLOW=0, elMEDIUM=1, elHIGH=2 };
Definition: cccc_met.h:27