CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
catalog_diff_tool_impl.h File Reference
#include <algorithm>
#include <string>
#include "catalog.h"
#include "crypto/hash.h"
#include "network/download.h"
#include "util/exception.h"
#include "util/logging.h"
#include "util/posix.h"
Include dependency graph for catalog_diff_tool_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void AppendFirstEntry (catalog::DirectoryEntryList *entry_list)
 
void AppendLastEntry (catalog::DirectoryEntryList *entry_list)
 
bool IsSmaller (const catalog::DirectoryEntry &a, const catalog::DirectoryEntry &b)
 

Variables

const uint64_t kLastInode = uint64_t(-1)
 

Function Documentation

void AppendFirstEntry ( catalog::DirectoryEntryList entry_list)
inline

Definition at line 20 of file catalog_diff_tool_impl.h.

Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().

Here is the caller graph for this function:

void AppendLastEntry ( catalog::DirectoryEntryList entry_list)
inline

Definition at line 25 of file catalog_diff_tool_impl.h.

Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().

Here is the call graph for this function:

Here is the caller graph for this function:

bool IsSmaller ( const catalog::DirectoryEntry a,
const catalog::DirectoryEntry b 
)
inline

Definition at line 32 of file catalog_diff_tool_impl.h.

Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const uint64_t kLastInode = uint64_t(-1)

This file is part of the CernVM File System.

Definition at line 18 of file catalog_diff_tool_impl.h.

Referenced by AppendLastEntry(), and IsSmaller().