Coda Distributed File System
Public Member Functions | List of all members
rule_t Class Reference

#include <ruletypes.h>

Inheritance diagram for rule_t:
Inheritance graph
[legend]
Collaboration diagram for rule_t:
Collaboration graph
[legend]

Public Member Functions

 rule_t ()
 
 ~rule_t ()
 
void addobject (char *)
 
void adddep (char *)
 
void addcmd (command_t *)
 
int match (char *, char *)
 
void GetRepInfo (char *, char *)
 
void expand ()
 
int enablerepair ()
 
int execute ()
 
void disablerepair ()
 
void print ()
 
void print (FILE *)
 
void print (int)
 

Constructor & Destructor Documentation

◆ rule_t()

rule_t::rule_t ( )

◆ ~rule_t()

rule_t::~rule_t ( )

Member Function Documentation

◆ addcmd()

void rule_t::addcmd ( command_t cmd)

◆ adddep()

void rule_t::adddep ( char *  name)

◆ addobject()

void rule_t::addobject ( char *  name)

◆ disablerepair()

void rule_t::disablerepair ( )

◆ enablerepair()

int rule_t::enablerepair ( )

◆ execute()

int rule_t::execute ( )

◆ expand()

void rule_t::expand ( )

◆ GetRepInfo()

void rule_t::GetRepInfo ( char *  dname,
char *  fname 
)

◆ match()

int rule_t::match ( char *  dname,
char *  fname 
)

◆ print() [1/3]

void rule_t::print ( void  )
virtual

Reimplemented from olink.

◆ print() [2/3]

void rule_t::print ( FILE *  fp)
virtual

Reimplemented from olink.

◆ print() [3/3]

void rule_t::print ( int  fd)
virtual

Reimplemented from olink.


The documentation for this class was generated from the following files: