StuBS
|
#include "fs/tool/command.h"
#include <unistd.h>
#include <cstdlib>
#include <cstdio>
#include <algorithm>
#include <iterator>
#include <iostream>
#include <sstream>
#include "fs/tool/parameter.h"
#include "fs/tool/imagefile.h"
#include "fs/tool/fs_image.h"
#include "fs/tool/fs_host.h"
#include "fs/tool/util.h"
Typedefs | |
typedef const std::vector< std::string > & | param |
Functions | |
static std::vector< std::string > | split (const std::string &in) |
std::ostream & | operator<< (std::ostream &stream, const Command &c) |
Constants | |
FileSystemImage | image |
FileSystemHost | host |
Command::callback | undefined |
Command | commands [] |
typedef const std::vector<std::string>& param |
|
static |
std::ostream & operator<< | ( | std::ostream & | stream, |
const Command & | c | ||
) |
|
extern |
|
extern |
Command::callback undefined |
Command commands[] |