The Sleuth Kit Framework  4.1
Classes | Enumerations
TskBlackboardAttribute.h File Reference

Contains the definition for the TskBlackboardAttribute class. More...

#include <string>
#include <vector>
#include <map>
#include "tsk/framework/framework_i.h"

Classes

class  TskBlackboardAttribute
 Class that represents a blackboard attribute object. More...
 

Enumerations

enum  TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE {
  TSK_STRING = 0, TSK_INTEGER, TSK_LONG, TSK_DOUBLE,
  TSK_BYTE
}
 Value type enum, should always correspond to the stored value in an attribute. More...
 

Detailed Description

Contains the definition for the TskBlackboardAttribute class.

Enumeration Type Documentation

Value type enum, should always correspond to the stored value in an attribute.

Enumerator
TSK_STRING 

string

TSK_INTEGER 

int

TSK_LONG 

long

TSK_DOUBLE 

double


Copyright © 2011-2013 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.