Page Speed Optimization Libraries  1.3.25.1
Classes | Namespaces
net/instaweb/util/public/inline_slist.h File Reference
#include <cstddef>
#include "base/logging.h"
#include "net/instaweb/util/public/basictypes.h"

Go to the source code of this file.

Classes

class  net_instaweb::InlineSListElement< T >
class  net_instaweb::InlineSList< T >
class  net_instaweb::InlineSList< T >::IterBase
class  net_instaweb::InlineSList< T >::Iterator
class  net_instaweb::InlineSList< T >::ConstIterator

Namespaces

namespace  net_instaweb
 

for StringPiece



Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This contains a simple linked list that's optmized for memory usage, cheap appends and traversals (including removals). Links are stored within elements rather than externally.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines