John Bailey / FixedLengthList

Dependents:   FixedLengthListTest XBeeApi

Embed: (wiki syntax)

« Back to documentation index

FixedLengthList.hpp File Reference

FixedLengthList.hpp File Reference

Template class ( FixedLengthList ) to implement a list with a limited number of elements. More...

Go to the source code of this file.

Data Structures

class  FixedLengthListIter< T, queueMax >
 Iterator support class for FixedLengthList. More...
class  FixedLengthList< T, queueMax >
 Template class to implement a list with a fixed maximum number of elements (i.e. More...

Detailed Description

Template class ( FixedLengthList ) to implement a list with a limited number of elements.

Author:
John Bailey

Copyright 2013 John Bailey

LICENSE

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.

Definition in file FixedLengthList.hpp.