|
Coda Distributed File System
|
#include <rec_smolist.h>
Public Member Functions | |
| rec_smolist () | |
| ~rec_smolist () | |
| void | insert (struct rec_smolink *) REQUIRES_TRANSACTION |
| void | append (struct rec_smolink *) REQUIRES_TRANSACTION |
| struct rec_smolink * | remove (struct rec_smolink *) REQUIRES_TRANSACTION |
| struct rec_smolink * | get (void) REQUIRES_TRANSACTION |
| int | IsEmpty (void) |
| void | print (void) |
| void | print (FILE *) |
| void | print (int) |
Friends | |
| class | rec_smolist_iterator |
| rec_smolist::rec_smolist | ( | ) |
| rec_smolist::~rec_smolist | ( | ) |
| void rec_smolist::append | ( | struct rec_smolink * | p | ) |
| struct rec_smolink * rec_smolist::get | ( | void | ) |
| void rec_smolist::insert | ( | struct rec_smolink * | p | ) |
| int rec_smolist::IsEmpty | ( | void | ) |
| void rec_smolist::print | ( | FILE * | fp | ) |
| void rec_smolist::print | ( | int | fd | ) |
| void rec_smolist::print | ( | void | ) |
| struct rec_smolink * rec_smolist::remove | ( | struct rec_smolink * | p | ) |
|
friend |