Whiteboard
An interface and tools for visualizing large and complex datasets
Classes | Functions
MakeDepend.cc File Reference
#include <fstream>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <getopt.h>
#include <algorithm>
#include <functional>
#include <numeric>
#include <iostream>
#include <iterator>
#include <ctype.h>
#include <cstring>
#include <cstdlib>

Classes

class  recursion_strategy
 
class  cvs_recursion_strategy
 
class  full_recursion_strategy
 
class  makefile_builder
 
class  makefile_builder::dependency
 
struct  makefile_builder::dependency::order_by_dependent
 
struct  makefile_builder::dependency::has_dependent
 
class  makefile_builder::subdir_and_target
 
struct  makefile_builder::subdir_and_target::order_by_subdir
 
struct  makefile_builder::subdir_and_target::order_by_target
 

Functions

bool IsSpace (char c)
 
int main (int argc, char **argv)
 
int CompareSubstring (const string &the_string, unsigned int start, unsigned int length, const char *query)
 

Function Documentation

int CompareSubstring ( const string &  the_string,
unsigned int  start,
unsigned int  length,
const char *  query 
)
bool IsSpace ( char  c)
inline
int main ( int  argc,
char **  argv 
)