#include "nsCharTraits.h"#include "prtypes.h"#include "nsDebug.h"
Include dependency graph for nsAlgorithm.h:
This graph shows which files directly or indirectly include this file:Functions | |
| template<class T > | |
| const T & | NS_MIN (const T &a, const T &b) |
| template<class T > | |
| const T & | NS_MAX (const T &a, const T &b) |
| template<class InputIterator , class T > | |
| PRUint32 | NS_COUNT (InputIterator &first, const InputIterator &last, const T &value) |
| template<class InputIterator , class OutputIterator > | |
| OutputIterator & | copy_string (const InputIterator &first, const InputIterator &last, OutputIterator &result) |
| OutputIterator& copy_string | ( | const InputIterator & | first, | |
| const InputIterator & | last, | |||
| OutputIterator & | result | |||
| ) | [inline] |
| PRUint32 NS_COUNT | ( | InputIterator & | first, | |
| const InputIterator & | last, | |||
| const T & | value | |||
| ) | [inline] |
| const T& NS_MAX | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
| const T& NS_MIN | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
1.7.1