Panda3D
Functions
pathStore.cxx File Reference

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

#include "pathStore.h"
#include "string_utils.h"
#include "pnotify.h"

Go to the source code of this file.

Functions

std::string format_path_store (PathStore store)
 Returns the string corresponding to this method. More...
 
std::ostream & operator<< (std::ostream &out, PathStore store)
 
PathStore string_path_store (const std::string &str)
 Stores from a string, as might be input by the user, to one of the known PathStore types. 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
2003-02-10

Definition in file pathStore.cxx.

Function Documentation

◆ format_path_store()

std::string format_path_store ( PathStore  store)

Returns the string corresponding to this method.

Definition at line 23 of file pathStore.cxx.

◆ string_path_store()

PathStore string_path_store ( const std::string &  str)

Stores from a string, as might be input by the user, to one of the known PathStore types.

Returns PS_invalid if the string is unknown.

Definition at line 60 of file pathStore.cxx.