The Sleuth Kit  4.10.2
Public Attributes | List of all members
TSK_STACK Struct Reference

Basic stack structure to push and pop (used for finding loops in recursion). More...

#include <tsk_base.h>

Public Attributes

size_t len
 Number of entries in the stack.
 
size_t top
 Index to the top stack entry.
 
uint64_t * vals
 Array that contains the values in the stack.
 

Detailed Description

Basic stack structure to push and pop (used for finding loops in recursion).


The documentation for this struct was generated from the following file:

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