Panda3D
Functions
bamCacheIndex.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "bamCacheIndex.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "config_putil.h"
#include "indent.h"
#include <algorithm>

Go to the source code of this file.

Functions

 PT (BamCacheRecord) BamCacheIndex
 Evicts an old file from the cache. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2006-06-19

Definition in file bamCacheIndex.cxx.

Function Documentation

◆ PT()

PT ( BamCacheRecord  )

Evicts an old file from the cache.

Records the record. Returns NULL if the cache is empty.

Definition at line 109 of file bamCacheIndex.cxx.