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

Go to the source code of this file.

Classes

class  CCCC_UseRelationship
 

Enumerations

enum  UserelNameLevel { nlSUPPLIER =-1, nlCLIENT =-2, nlMEMBER =-3 }
 

Variables

static const string USEREL_PREFIX ="CCCC_UseRel"
 
static const string USEEXT_PREFIX ="CCCC_UseExt"
 

Enumeration Type Documentation

Enumerator
nlSUPPLIER 
nlCLIENT 
nlMEMBER 

Definition at line 32 of file cccc_use.h.

32 { nlSUPPLIER=-1, nlCLIENT=-2, nlMEMBER=-3 };

Variable Documentation

const string USEEXT_PREFIX ="CCCC_UseExt"
static

Definition at line 30 of file cccc_use.h.

const string USEREL_PREFIX ="CCCC_UseRel"
static

Definition at line 29 of file cccc_use.h.