FileAnalysis: first pass over documentation.

This commit is contained in:
Jon Siwek 2013-03-29 13:41:37 -05:00
parent 3642ecc73e
commit 83f47d6f7a
5 changed files with 275 additions and 72 deletions

View file

@ -13,6 +13,11 @@ namespace file_analysis {
class Info;
declare(PDict,Action);
/**
* A set of file analysis actions indexed by ActionArgs. Allows queueing
* of addition/removals so that those modifications can happen at well-defined
* times (e.g. to make sure a loop iterator isn't invalidated).
*/
class ActionSet {
public:

View file

@ -7,6 +7,10 @@
namespace file_analysis {
/**
* Provides buffering for file contents until the script-layer is able to
* return a unique file handle for it.
*/
class PendingFile {
public: